#6A1664

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

Shades of Palatinate Purple #6A1664

Tints of Palatinate Purple #6A1664

Color information

#6A1664 (or 0x6A1664) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 16 and 64. RGB value is (106,22,100). Sum of RGB (Red+Green+Blue) = 106+22+100=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1664 is #95E99B. Grayscale: #373737. Windows color (decimal): -9824668 or 6559338. OLE color: 6559338.

HSL color Cylindrical-coordinate representation of color #6A1664: hue angle of 304.29º 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 #6A1664 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB10622100-
CMYK00.790.060.58
HSL304.29º65.62%25.1%-
HSV(B)304.29º79.25%41.57%-
XYZ8.534.5612.49-
YUV56.01152.83163.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.49%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=46.49%
G=9.65%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1062210000.790.060.58304.2965.6225.1
Hex6A166404F63A1304219
Octal15226144011767246010231
Binary110101010110110010001001111110111010100110000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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