#6A0864

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

Shades of Palatinate Purple #6A0864

Tints of Palatinate Purple #6A0864

Color information

#6A0864 (or 0x6A0864) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 08 and 64. RGB value is (106,8,100). Sum of RGB (Red+Green+Blue) = 106+8+100=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0864 is #95F79B. Grayscale: #2F2F2F. Windows color (decimal): -9828252 or 6555754. OLE color: 6555754.

HSL color Cylindrical-coordinate representation of color #6A0864: hue angle of 303.67º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0864 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB1068100-
CMYK00.920.060.58
HSL303.67º85.96%22.35%-
HSV(B)303.67º92.45%41.57%-
XYZ8.334.1612.42-
YUV47.79157.47169.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=49.53%
G=3.74%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106810000.920.060.58303.6785.9622.35
Hex6A86405C63A1305616
Octal15210144013467246012626
Binary11010101000110010001011100110111010100110000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,8,100); }

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

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

 a { background-color: rgb(106,8,100); }

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

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

 span { border-color: rgb(106,8,100); }

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