Html Css Color HEX #6123AE Purple Heart

📋 copy color: '#6123AE'

red 97 ◦ green 35 ◦ blue 174

#6123AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6123AE

Tints of Purple Heart #6123AE

RGB

 RED value IS 97 (38.28% from 255) = 31.7%

 GREEN value IS 35 (14.06% from 255) = 11.44%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 31.7%
G = 11.44%
B = 56.86%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6123AE (or 0x6123AE) is known color: Purple Heart. HEX triplet: 61, 23 and AE. RGB value is (97,35,174). Sum of RGB (Red+Green+Blue) = 97+35+174=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #6123AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6123AE is #9EDC51. Grayscale: #444444. Windows color (decimal): -10411090 or 11412321. OLE color: 11412321.

HSL color Cylindrical-coordinate representation of color #6123AE: hue angle of 266.76º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6123AE is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 35 174 -
CMYK 0.44 0.80 0 0.32
HSL 266.76º 0.67% 0.41% -
HSV(B) 266.76º 0.8% 0.68% -
XYZ 13.17 6.8 40.66 -
YUV 69.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 97 35 174 0.44 0.80 0 0.32 266.76 0.67 0.41
Hex 61 23 AE 2C 50 0 20 10B 43 29
Octal 141 43 256 54 120 0 40 413 103 51
Binary 1100001 100011 10101110 101100 1010000 0 100000 100001011 1000011 101001

Color Harmonies of #6123AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6123AE

Black with #6123AE

Text Example


Text Example

White with #6123AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6123AE; }

 p { color: rgb(97,35,174); }

 H1.HeaderClassName
 {
   color: #6123AE;
 }
 .AnyTagClassName
 {
   color: #6123AE;
 }
</style>

background-color css

<style>
 a { background-color: #6123AE; }

 a { background-color: rgb(97,35,174); }

 div.DivClassName
 {
   background-color: #6123AE;
 }
 .BgClassName
 {
   background-color: #6123AE;
 }
</style>

border-color css

<style>
 span { border-color: #6123AE; }

 span { border-color: rgb(97,35,174); }

 td.TdClassName
 {
   border-color: #6123AE;
 }
 .TagClassName
 {
   border-color: #6123AE;
 }
</style>