#6A1860

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

Shades of Palatinate Purple #6A1860

Tints of Palatinate Purple #6A1860

Color information

#6A1860 (or 0x6A1860) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 18 and 60. RGB value is (106,24,96). Sum of RGB (Red+Green+Blue) = 106+24+96=226 (29% of max value = 765). Red value is 106 (41.80% from 255 or 46.90% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1860 is #95E79F. Grayscale: #383838. Windows color (decimal): -9824160 or 6297706. OLE color: 6297706.

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

Color convert

RGB1062496-
CMYK00.770.090.58
HSL307.32º63.08%25.49%-
HSV(B)307.32º77.36%41.57%-
XYZ8.384.5611.51-
YUV56.73150.17163.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.90%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=46.90%
G=10.62%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106249600.770.090.58307.3263.0825.49
Hex6A186004D93A1333f19
Octal15230140011511724637731
Binary110101011000110000001001101100111101010011001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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