#6A1456

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

Shades of Palatinate Purple #6A1456

Tints of Palatinate Purple #6A1456

Color information

#6A1456 (or 0x6A1456) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 14 and 56. RGB value is (106,20,86). Sum of RGB (Red+Green+Blue) = 106+20+86=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1456 is #95EBA9. Grayscale: #353535. Windows color (decimal): -9825194 or 5641322. OLE color: 5641322.

HSL color Cylindrical-coordinate representation of color #6A1456: hue angle of 313.95º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1456 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB1062086-
CMYK00.810.190.58
HSL313.95º68.25%24.71%-
HSV(B)313.95º81.13%41.57%-
XYZ7.874.249.21-
YUV53.24146.49165.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=50%
G=9.43%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106208600.810.190.58313.9568.2524.71
Hex6A1456051133A13a4419
Octal152241260121237247210431
Binary11010101010010101100101000110011111010100111010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,86); }

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

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

 a { background-color: rgb(106,20,86); }

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

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

 span { border-color: rgb(106,20,86); }

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