Html Css Color HEX #6E2159 Palatinate Purple

📋 copy color: '#6E2159'

red 110 ◦ green 33 ◦ blue 89

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

Shades of Palatinate Purple #6E2159

Tints of Palatinate Purple #6E2159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 47.41%
G = 14.22%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6E2159 (or 0x6E2159) is known color: Palatinate Purple. HEX triplet: 6E, 21 and 59. RGB value is (110,33,89). Sum of RGB (Red+Green+Blue) = 110+33+89=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2159 is #91DEA6. Grayscale: #3E3E3E. Windows color (decimal): -9559719 or 5841262. OLE color: 5841262.

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

Color convert

RGB 110 33 89 -
CMYK 0 0.7 0.19 0.57
HSL 316.36º 0.54% 0.28% -
HSV(B) 316.36º 0.7% 0.43% -
XYZ 8.78 5.12 9.98 -
YUV 62.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 110 33 89 0 0.7 0.19 0.57 316.36 0.54 0.28
Hex 6E 21 59 0 46 13 39 13C 36 1C
Octal 156 41 131 0 106 23 71 474 66 34
Binary 1101110 100001 1011001 0 1000110 10011 111001 100111100 110110 11100

Color Harmonies of #6E2159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2159

Black with #6E2159

Text Example


Text Example

White with #6E2159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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