#6E165B

Color #6E165B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #6E165B

Tints of Palatinate Purple #6E165B

Color information

#6E165B (or 0x6E165B) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 16 and 5B. RGB value is (110,22,91). Sum of RGB (Red+Green+Blue) = 110+22+91=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E165B is #91E9A4. Grayscale: #373737. Windows color (decimal): -9562533 or 5969518. OLE color: 5969518.

HSL color Cylindrical-coordinate representation of color #6E165B: hue angle of 312.95º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E165B is Cyan = 0, Magento = 0.8, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1102291-
CMYK00.80.170.57
HSL312.95º66.67%25.88%-
HSV(B)312.95º80%43.14%-
XYZ8.614.6410.34-
YUV56.18147.65166.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.33%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=49.33%
G=9.87%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110229100.80.170.57312.9566.6725.88
Hex6E165B0501139139431a
Octal156261330120217147110332
Binary11011101011010110110101000010001111001100111001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,22,91); }

 H1.HeaderClassName
 {
   color: #6E165B;
 }
 .AnyTagClassName
 {
   color: #6E165B;
 }
</style>
background-color css

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

 a { background-color: rgb(110,22,91); }

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

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

 span { border-color: rgb(110,22,91); }

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