#6E1A56

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

Shades of Palatinate Purple #6E1A56

Tints of Palatinate Purple #6E1A56

Color information

#6E1A56 (or 0x6E1A56) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 1A and 56. RGB value is (110,26,86). Sum of RGB (Red+Green+Blue) = 110+26+86=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1A56 is #91E5A9. Grayscale: #393939. Windows color (decimal): -9561514 or 5642862. OLE color: 5642862.

HSL color Cylindrical-coordinate representation of color #6E1A56: hue angle of 317.14º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E1A56 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB1102686-
CMYK00.760.220.57
HSL317.14º61.76%26.67%-
HSV(B)317.14º76.36%43.14%-
XYZ8.484.739.27-
YUV57.96143.83165.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.55%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=49.55%
G=11.71%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110268600.760.220.57317.1461.7626.67
Hex6E1A5604C163913d3e1b
Octal15632126011426714757633
Binary1101110110101010110010011001011011100110011110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,26,86); }

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

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

 a { background-color: rgb(110,26,86); }

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

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

 span { border-color: rgb(110,26,86); }

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