Html Css Color HEX #6024AC Purple Heart

📋 copy color: '#6024AC'

red 96 ◦ green 36 ◦ blue 172

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

Shades of Purple Heart #6024AC

Tints of Purple Heart #6024AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 31.58%
G = 11.84%
B = 56.58%

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

#6024AC (or 0x6024AC) is known color: Purple Heart. HEX triplet: 60, 24 and AC. RGB value is (96,36,172). Sum of RGB (Red+Green+Blue) = 96+36+172=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #6024AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6024AC is #9FDB53. Grayscale: #444444. Windows color (decimal): -10476372 or 11281504. OLE color: 11281504.

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

Color convert

RGB 96 36 172 -
CMYK 0.44 0.79 0 0.33
HSL 266.47º 0.65% 0.41% -
HSV(B) 266.47º 0.79% 0.67% -
XYZ 12.9 6.73 39.65 -
YUV 69.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 96 36 172 0.44 0.79 0 0.33 266.47 0.65 0.41
Hex 60 24 AC 2C 4F 0 21 10A 41 29
Octal 140 44 254 54 117 0 41 412 101 51
Binary 1100000 100100 10101100 101100 1001111 0 100001 100001010 1000001 101001

Color Harmonies of #6024AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6024AC

Black with #6024AC

Text Example


Text Example

White with #6024AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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