#6E186A

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

Shades of Palatinate Purple #6E186A

Tints of Palatinate Purple #6E186A

Color information

#6E186A (or 0x6E186A) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 18 and 6A. RGB value is (110,24,106). Sum of RGB (Red+Green+Blue) = 110+24+106=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E186A is #91E795. Grayscale: #3A3A3A. Windows color (decimal): -9562006 or 6953070. OLE color: 6953070.

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

Color convert

RGB11024106-
CMYK00.780.040.57
HSL302.79º64.18%26.27%-
HSV(B)302.79º78.18%43.14%-
XYZ9.365.0114.11-
YUV59.06154.49164.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.83%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=45.83%
G=10%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1102410600.780.040.57302.7964.1826.27
Hex6E186A04E43912f401a
Octal15630152011647145710032
Binary110111011000110101001001110100111001100101111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,24,106); }

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

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

 a { background-color: rgb(110,24,106); }

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

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

 span { border-color: rgb(110,24,106); }

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