Html Css Color HEX #6E0BB6 Purple Heart

📋 copy color: '#6E0BB6'

red 110 ◦ green 11 ◦ blue 182

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

Shades of Purple Heart #6E0BB6

Tints of Purple Heart #6E0BB6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.63%

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

R = 36.3%
G = 3.63%
B = 60.07%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E0BB6 (or 0x6E0BB6) is known color: Purple Heart. HEX triplet: 6E, 0B and B6. RGB value is (110,11,182). Sum of RGB (Red+Green+Blue) = 110+11+182=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 182 (71.48% from 255 or 60.07% from 303); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E0BB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0BB6 is #91F449. Grayscale: #3B3B3B. Windows color (decimal): -9565258 or 11930478. OLE color: 11930478.

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

Color convert

RGB 110 11 182 -
CMYK 0.40 0.94 0 0.29
HSL 274.74º 0.89% 0.38% -
HSV(B) 274.74º 0.94% 0.71% -
XYZ 14.99 6.93 44.8 -
YUV 60.1 196.8 163.6 -
System Red Green Blue C M Y K H S L
Decimal 110 11 182 0.40 0.94 0 0.29 274.74 0.89 0.38
Hex 6E B B6 28 5E 0 1D 113 59 26
Octal 156 13 266 50 136 0 35 423 131 46
Binary 1101110 1011 10110110 101000 1011110 0 11101 100010011 1011001 100110

Color Harmonies of #6E0BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0BB6

Black with #6E0BB6

Text Example


Text Example

White with #6E0BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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