Html Css Color HEX #6C24CC Purple Heart

📋 copy color: '#6C24CC'

red 108 ◦ green 36 ◦ blue 204

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

Shades of Purple Heart #6C24CC

Tints of Purple Heart #6C24CC

RGB

 RED value IS 108 (42.58% from 255) = 31.03%

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

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

R = 31.03%
G = 10.34%
B = 58.62%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C24CC (or 0x6C24CC) is known color: Purple Heart. HEX triplet: 6C, 24 and CC. RGB value is (108,36,204). Sum of RGB (Red+Green+Blue) = 108+36+204=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C24CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C24CC is #93DB33. Grayscale: #4C4C4C. Windows color (decimal): -9689908 or 13378668. OLE color: 13378668.

HSL color Cylindrical-coordinate representation of color #6C24CC: hue angle of 265.71º 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 #6C24CC is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 36 204 -
CMYK 0.47 0.82 0 0.2
HSL 265.71º 0.7% 0.47% -
HSV(B) 265.71º 0.82% 0.8% -
XYZ 17.71 8.81 57.89 -
YUV 76.68 199.85 150.34 -
System Red Green Blue C M Y K H S L
Decimal 108 36 204 0.47 0.82 0 0.2 265.71 0.7 0.47
Hex 6C 24 CC 2F 52 0 14 10A 46 2F
Octal 154 44 314 57 122 0 24 412 106 57
Binary 1101100 100100 11001100 101111 1010010 0 10100 100001010 1000110 101111

Color Harmonies of #6C24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C24CC

Black with #6C24CC

Text Example


Text Example

White with #6C24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C24CC; }

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

 H1.HeaderClassName
 {
   color: #6C24CC;
 }
 .AnyTagClassName
 {
   color: #6C24CC;
 }
</style>

background-color css

<style>
 a { background-color: #6C24CC; }

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

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

border-color css

<style>
 span { border-color: #6C24CC; }

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

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