Html Css Color HEX #6E24CD Purple Heart

📋 copy color: '#6E24CD'

red 110 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #6E24CD

Tints of Purple Heart #6E24CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 31.34%
G = 10.26%
B = 58.4%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E24CD (or 0x6E24CD) is known color: Purple Heart. HEX triplet: 6E, 24 and CD. RGB value is (110,36,205). Sum of RGB (Red+Green+Blue) = 110+36+205=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E24CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E24CD is #91DB32. Grayscale: #4C4C4C. Windows color (decimal): -9558835 or 13444206. OLE color: 13444206.

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

Color convert

RGB 110 36 205 -
CMYK 0.46 0.82 0 0.20
HSL 266.27º 0.7% 0.47% -
HSV(B) 266.27º 0.82% 0.8% -
XYZ 18.08 8.98 58.54 -
YUV 77.39 200.02 151.26 -
System Red Green Blue C M Y K H S L
Decimal 110 36 205 0.46 0.82 0 0.20 266.27 0.7 0.47
Hex 6E 24 CD 2E 52 0 14 10A 46 2F
Octal 156 44 315 56 122 0 24 412 106 57
Binary 1101110 100100 11001101 101110 1010010 0 10100 100001010 1000110 101111

Color Harmonies of #6E24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E24CD

Black with #6E24CD

Text Example


Text Example

White with #6E24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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