Html Css Color HEX #6E24CC Purple Heart

📋 copy color: '#6E24CC'

red 110 ◦ green 36 ◦ blue 204

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

Shades of Purple Heart #6E24CC

Tints of Purple Heart #6E24CC

RGB

 RED value IS 110 (43.36% from 255) = 31.43%

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

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

R = 31.43%
G = 10.29%
B = 58.29%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E24CC (or 0x6E24CC) is known color: Purple Heart. HEX triplet: 6E, 24 and CC. RGB value is (110,36,204). Sum of RGB (Red+Green+Blue) = 110+36+204=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E24CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E24CC is #91DB33. Grayscale: #4C4C4C. Windows color (decimal): -9558836 or 13378670. OLE color: 13378670.

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

Color convert

RGB 110 36 204 -
CMYK 0.46 0.82 0 0.2
HSL 266.43º 0.7% 0.47% -
HSV(B) 266.43º 0.82% 0.8% -
XYZ 17.96 8.94 57.91 -
YUV 77.28 199.52 151.34 -
System Red Green Blue C M Y K H S L
Decimal 110 36 204 0.46 0.82 0 0.2 266.43 0.7 0.47
Hex 6E 24 CC 2E 52 0 14 10A 46 2F
Octal 156 44 314 56 122 0 24 412 106 57
Binary 1101110 100100 11001100 101110 1010010 0 10100 100001010 1000110 101111

Color Harmonies of #6E24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E24CC

Black with #6E24CC

Text Example


Text Example

White with #6E24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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