#6A0160

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

Shades of Palatinate Purple #6A0160

Tints of Palatinate Purple #6A0160

Color information

#6A0160 (or 0x6A0160) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 01 and 60. RGB value is (106,1,96). Sum of RGB (Red+Green+Blue) = 106+1+96=203 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.22% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0160 is #95FE9F. Grayscale: #2A2A2A. Windows color (decimal): -9830048 or 6291818. OLE color: 6291818.

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

Color convert

RGB106196-
CMYK00.990.090.58
HSL305.71º98.13%20.98%-
HSV(B)305.71º99.06%41.57%-
XYZ8.073.9311.4-
YUV43.22157.79172.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.22%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=52.22%
G=0.49%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10619600.990.090.58305.7198.1320.98
Hex6A16006393A1326215
Octal15211400143117246214225
Binary110101011100000011000111001111010100110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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