Html Css Color HEX #6E11A7 Purple Heart

📋 copy color: '#6E11A7'

red 110 ◦ green 17 ◦ blue 167

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

Shades of Purple Heart #6E11A7

Tints of Purple Heart #6E11A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 56.8%

R = 37.41%
G = 5.78%
B = 56.8%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6E11A7 (or 0x6E11A7) is known color: Purple Heart. HEX triplet: 6E, 11 and A7. RGB value is (110,17,167). Sum of RGB (Red+Green+Blue) = 110+17+167=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 167 (65.62% from 255 or 56.80% from 294); Max value from RGB is 167 - color contains mainly: blue. Hex color #6E11A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E11A7 is #91EE58. Grayscale: #3D3D3D. Windows color (decimal): -9563737 or 10948974. OLE color: 10948974.

HSL color Cylindrical-coordinate representation of color #6E11A7: hue angle of 277.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E11A7 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 17 167 -
CMYK 0.34 0.90 0 0.35
HSL 277.2º 0.82% 0.36% -
HSV(B) 277.2º 0.9% 0.65% -
XYZ 13.61 6.51 37.1 -
YUV 61.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 110 17 167 0.34 0.90 0 0.35 277.2 0.82 0.36
Hex 6E 11 A7 22 5A 0 23 115 52 24
Octal 156 21 247 42 132 0 43 425 122 44
Binary 1101110 10001 10100111 100010 1011010 0 100011 100010101 1010010 100100

Color Harmonies of #6E11A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E11A7

Black with #6E11A7

Text Example


Text Example

White with #6E11A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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