Html Css Color HEX #6E11B6 Purple Heart

📋 copy color: '#6E11B6'

red 110 ◦ green 17 ◦ blue 182

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

Shades of Purple Heart #6E11B6

Tints of Purple Heart #6E11B6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.5%

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

R = 35.6%
G = 5.5%
B = 58.9%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E11B6 (or 0x6E11B6) is known color: Purple Heart. HEX triplet: 6E, 11 and B6. RGB value is (110,17,182). Sum of RGB (Red+Green+Blue) = 110+17+182=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E11B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E11B6 is #91EE49. Grayscale: #3F3F3F. Windows color (decimal): -9563722 or 11932014. OLE color: 11932014.

HSL color Cylindrical-coordinate representation of color #6E11B6: hue angle of 273.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E11B6 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 17 182 -
CMYK 0.40 0.91 0 0.29
HSL 273.82º 0.83% 0.39% -
HSV(B) 273.82º 0.91% 0.71% -
XYZ 15.07 7.09 44.83 -
YUV 63.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 110 17 182 0.40 0.91 0 0.29 273.82 0.83 0.39
Hex 6E 11 B6 28 5B 0 1D 112 53 27
Octal 156 21 266 50 133 0 35 422 123 47
Binary 1101110 10001 10110110 101000 1011011 0 11101 100010010 1010011 100111

Color Harmonies of #6E11B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E11B6

Black with #6E11B6

Text Example


Text Example

White with #6E11B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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