Html Css Color HEX #6E0E5E Palatinate Purple

📋 copy color: '#6E0E5E'

red 110 ◦ green 14 ◦ blue 94

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

Shades of Palatinate Purple #6E0E5E

Tints of Palatinate Purple #6E0E5E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.42%

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 50.46%
G = 6.42%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E0E5E (or 0x6E0E5E) is known color: Palatinate Purple. HEX triplet: 6E, 0E and 5E. RGB value is (110,14,94). Sum of RGB (Red+Green+Blue) = 110+14+94=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0E5E is #91F1A1. Grayscale: #333333. Windows color (decimal): -9564578 or 6164078. OLE color: 6164078.

HSL color Cylindrical-coordinate representation of color #6E0E5E: hue angle of 310º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E0E5E is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 14 94 -
CMYK 0 0.87 0.15 0.57
HSL 310º 0.77% 0.24% -
HSV(B) 310º 0.87% 0.43% -
XYZ 8.61 4.44 10.99 -
YUV 51.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 110 14 94 0 0.87 0.15 0.57 310 0.77 0.24
Hex 6E E 5E 0 57 F 39 136 4D 18
Octal 156 16 136 0 127 17 71 466 115 30
Binary 1101110 1110 1011110 0 1010111 1111 111001 100110110 1001101 11000

Color Harmonies of #6E0E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0E5E

Black with #6E0E5E

Text Example


Text Example

White with #6E0E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,14,94); }

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

background-color css

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

 a { background-color: rgb(110,14,94); }

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

border-color css

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

 span { border-color: rgb(110,14,94); }

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