Html Css Color HEX #6E0959 Palatinate Purple

📋 copy color: '#6E0959'

red 110 ◦ green 9 ◦ blue 89

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

Shades of Palatinate Purple #6E0959

Tints of Palatinate Purple #6E0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

 BLUE value IS 89 (35.16% from 255) = 42.79%

R = 52.88%
G = 4.33%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6E0959 (or 0x6E0959) is known color: Palatinate Purple. HEX triplet: 6E, 09 and 59. RGB value is (110,9,89). Sum of RGB (Red+Green+Blue) = 110+9+89=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0959 is #91F6A6. Grayscale: #303030. Windows color (decimal): -9565863 or 5835118. OLE color: 5835118.

HSL color Cylindrical-coordinate representation of color #6E0959: hue angle of 312.48º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E0959 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 9 89 -
CMYK 0 0.92 0.19 0.57
HSL 312.48º 0.85% 0.23% -
HSV(B) 312.48º 0.92% 0.43% -
XYZ 8.33 4.23 9.83 -
YUV 48.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 110 9 89 0 0.92 0.19 0.57 312.48 0.85 0.23
Hex 6E 9 59 0 5C 13 39 138 55 17
Octal 156 11 131 0 134 23 71 470 125 27
Binary 1101110 1001 1011001 0 1011100 10011 111001 100111000 1010101 10111

Color Harmonies of #6E0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0959

Black with #6E0959

Text Example


Text Example

White with #6E0959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,9,89); }

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

background-color css

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

 a { background-color: rgb(110,9,89); }

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

border-color css

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

 span { border-color: rgb(110,9,89); }

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