Html Css Color HEX #6E2059 Palatinate Purple

📋 copy color: '#6E2059'

red 110 ◦ green 32 ◦ blue 89

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

Shades of Palatinate Purple #6E2059

Tints of Palatinate Purple #6E2059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

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

R = 47.62%
G = 13.85%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6E2059 (or 0x6E2059) is known color: Palatinate Purple. HEX triplet: 6E, 20 and 59. RGB value is (110,32,89). Sum of RGB (Red+Green+Blue) = 110+32+89=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2059 is #91DFA6. Grayscale: #3D3D3D. Windows color (decimal): -9559975 or 5841006. OLE color: 5841006.

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

Color convert

RGB 110 32 89 -
CMYK 0 0.71 0.19 0.57
HSL 316.15º 0.55% 0.28% -
HSV(B) 316.15º 0.71% 0.43% -
XYZ 8.75 5.07 9.97 -
YUV 61.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 110 32 89 0 0.71 0.19 0.57 316.15 0.55 0.28
Hex 6E 20 59 0 47 13 39 13C 37 1C
Octal 156 40 131 0 107 23 71 474 67 34
Binary 1101110 100000 1011001 0 1000111 10011 111001 100111100 110111 11100

Color Harmonies of #6E2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2059

Black with #6E2059

Text Example


Text Example

White with #6E2059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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