Html Css Color HEX #6024CC Purple Heart

📋 copy color: '#6024CC'

red 96 ◦ green 36 ◦ blue 204

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

Shades of Purple Heart #6024CC

Tints of Purple Heart #6024CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 28.57%
G = 10.71%
B = 60.71%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6024CC (or 0x6024CC) is known color: Purple Heart. HEX triplet: 60, 24 and CC. RGB value is (96,36,204). Sum of RGB (Red+Green+Blue) = 96+36+204=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #6024CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6024CC is #9FDB33. Grayscale: #484848. Windows color (decimal): -10476340 or 13378656. OLE color: 13378656.

HSL color Cylindrical-coordinate representation of color #6024CC: hue angle of 261.43º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6024CC is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 36 204 -
CMYK 0.53 0.82 0 0.2
HSL 261.43º 0.7% 0.47% -
HSV(B) 261.43º 0.82% 0.8% -
XYZ 16.35 8.11 57.83 -
YUV 73.09 201.88 144.34 -
System Red Green Blue C M Y K H S L
Decimal 96 36 204 0.53 0.82 0 0.2 261.43 0.7 0.47
Hex 60 24 CC 35 52 0 14 105 46 2F
Octal 140 44 314 65 122 0 24 405 106 57
Binary 1100000 100100 11001100 110101 1010010 0 10100 100000101 1000110 101111

Color Harmonies of #6024CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6024CC

Black with #6024CC

Text Example


Text Example

White with #6024CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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