Html Css Color HEX #6E0BAA Purple Heart

📋 copy color: '#6E0BAA'

red 110 ◦ green 11 ◦ blue 170

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

Shades of Purple Heart #6E0BAA

Tints of Purple Heart #6E0BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.42%

R = 37.8%
G = 3.78%
B = 58.42%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E0BAA (or 0x6E0BAA) is known color: Purple Heart. HEX triplet: 6E, 0B and AA. RGB value is (110,11,170). Sum of RGB (Red+Green+Blue) = 110+11+170=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E0BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0BAA is #91F455. Grayscale: #3A3A3A. Windows color (decimal): -9565270 or 11144046. OLE color: 11144046.

HSL color Cylindrical-coordinate representation of color #6E0BAA: hue angle of 277.36º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0BAA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 11 170 -
CMYK 0.35 0.94 0 0.33
HSL 277.36º 0.88% 0.35% -
HSV(B) 277.36º 0.94% 0.67% -
XYZ 13.81 6.46 38.55 -
YUV 58.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 110 11 170 0.35 0.94 0 0.33 277.36 0.88 0.35
Hex 6E B AA 23 5E 0 21 115 58 23
Octal 156 13 252 43 136 0 41 425 130 43
Binary 1101110 1011 10101010 100011 1011110 0 100001 100010101 1011000 100011

Color Harmonies of #6E0BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0BAA

Black with #6E0BAA

Text Example


Text Example

White with #6E0BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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