Html Css Color HEX #6024AA Purple Heart

📋 copy color: '#6024AA'

red 96 ◦ green 36 ◦ blue 170

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

Shades of Purple Heart #6024AA

Tints of Purple Heart #6024AA

RGB

 RED value IS 96 (37.89% from 255) = 31.79%

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 31.79%
G = 11.92%
B = 56.29%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6024AA (or 0x6024AA) is known color: Purple Heart. HEX triplet: 60, 24 and AA. RGB value is (96,36,170). Sum of RGB (Red+Green+Blue) = 96+36+170=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #6024AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6024AA is #9FDB55. Grayscale: #444444. Windows color (decimal): -10476374 or 11150432. OLE color: 11150432.

HSL color Cylindrical-coordinate representation of color #6024AA: hue angle of 266.87º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6024AA is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 36 170 -
CMYK 0.44 0.79 0 0.33
HSL 266.87º 0.65% 0.4% -
HSV(B) 266.87º 0.79% 0.67% -
XYZ 12.71 6.65 38.64 -
YUV 69.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 96 36 170 0.44 0.79 0 0.33 266.87 0.65 0.4
Hex 60 24 AA 2C 4F 0 21 10B 41 28
Octal 140 44 252 54 117 0 41 413 101 50
Binary 1100000 100100 10101010 101100 1001111 0 100001 100001011 1000001 101000

Color Harmonies of #6024AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6024AA

Black with #6024AA

Text Example


Text Example

White with #6024AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6024AA; }

 p { color: rgb(96,36,170); }

 H1.HeaderClassName
 {
   color: #6024AA;
 }
 .AnyTagClassName
 {
   color: #6024AA;
 }
</style>

background-color css

<style>
 a { background-color: #6024AA; }

 a { background-color: rgb(96,36,170); }

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

border-color css

<style>
 span { border-color: #6024AA; }

 span { border-color: rgb(96,36,170); }

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