#6E1056

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

Shades of Palatinate Purple #6E1056

Tints of Palatinate Purple #6E1056

Color information

#6E1056 (or 0x6E1056) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 10 and 56. RGB value is (110,16,86). Sum of RGB (Red+Green+Blue) = 110+16+86=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1056 is #91EFA9. Grayscale: #333333. Windows color (decimal): -9564074 or 5640302. OLE color: 5640302.

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

Color convert

RGB1101686-
CMYK00.850.220.57
HSL315.32º74.6%24.71%-
HSV(B)315.32º85.45%43.14%-
XYZ8.34.369.21-
YUV52.09147.14169.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.89%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=51.89%
G=7.55%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110168600.850.220.57315.3274.624.71
Hex6E1056055163913b4b19
Octal156201260125267147311331
Binary11011101000010101100101010110110111001100111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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