#6A1660

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

Shades of Palatinate Purple #6A1660

Tints of Palatinate Purple #6A1660

Color information

#6A1660 (or 0x6A1660) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 16 and 60. RGB value is (106,22,96). Sum of RGB (Red+Green+Blue) = 106+22+96=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1660 is #95E99F. Grayscale: #373737. Windows color (decimal): -9824672 or 6297194. OLE color: 6297194.

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

Color convert

RGB1062296-
CMYK00.790.090.58
HSL307.14º65.62%25.1%-
HSV(B)307.14º79.25%41.57%-
XYZ8.344.4811.49-
YUV55.55150.83163.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.32%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=47.32%
G=9.82%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106229600.790.090.58307.1465.6225.1
Hex6A166004F93A1334219
Octal152261400117117246310231
Binary1101010101101100000010011111001111010100110011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,22,96); }

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

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

 a { background-color: rgb(106,22,96); }

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

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

 span { border-color: rgb(106,22,96); }

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