Html Css Color HEX #6E24B6 Purple Heart

📋 copy color: '#6E24B6'

red 110 ◦ green 36 ◦ blue 182

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

Shades of Purple Heart #6E24B6

Tints of Purple Heart #6E24B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.49%

R = 33.54%
G = 10.98%
B = 55.49%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E24B6 (or 0x6E24B6) is known color: Purple Heart. HEX triplet: 6E, 24 and B6. RGB value is (110,36,182). Sum of RGB (Red+Green+Blue) = 110+36+182=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E24B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E24B6 is #91DB49. Grayscale: #4A4A4A. Windows color (decimal): -9558858 or 11936878. OLE color: 11936878.

HSL color Cylindrical-coordinate representation of color #6E24B6: hue angle of 270.41º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E24B6 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 36 182 -
CMYK 0.40 0.80 0 0.29
HSL 270.41º 0.67% 0.43% -
HSV(B) 270.41º 0.8% 0.71% -
XYZ 15.5 7.95 44.97 -
YUV 74.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 110 36 182 0.40 0.80 0 0.29 270.41 0.67 0.43
Hex 6E 24 B6 28 50 0 1D 10E 43 2B
Octal 156 44 266 50 120 0 35 416 103 53
Binary 1101110 100100 10110110 101000 1010000 0 11101 100001110 1000011 101011

Color Harmonies of #6E24B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E24B6

Black with #6E24B6

Text Example


Text Example

White with #6E24B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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