#661A64

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

Shades of Palatinate Purple #661A64

Tints of Palatinate Purple #661A64

Color information

#661A64 (or 0x661A64) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1A and 64. RGB value is (102,26,100). Sum of RGB (Red+Green+Blue) = 102+26+100=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #661A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661A64 is #99E59B. Grayscale: #383838. Windows color (decimal): -10085788 or 6560358. OLE color: 6560358.

HSL color Cylindrical-coordinate representation of color #661A64: hue angle of 301.58º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A64 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10226100-
CMYK00.750.020.6
HSL301.58º59.38%25.1%-
HSV(B)301.58º74.51%40%-
XYZ8.154.4812.49-
YUV57.16152.18159.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=44.74%
G=11.40%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1022610000.750.020.6301.5859.3825.1
Hex661A6404B23C12e3b19
Octal1463214401132744567331
Binary1100110110101100100010010111011110010010111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661A64; }

 p { color: rgb(102,26,100); }

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

<style>
 a { background-color: #661A64; }

 a { background-color: rgb(102,26,100); }

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

<style>
 span { border-color: #661A64; }

 span { border-color: rgb(102,26,100); }

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