#660561

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

Shades of Palatinate Purple #660561

Tints of Palatinate Purple #660561

Color information

#660561 (or 0x660561) is unknown color: approx Palatinate Purple. HEX triplet: 66, 05 and 61. RGB value is (102,5,97). Sum of RGB (Red+Green+Blue) = 102+5+97=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #660561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660561 is #99FA9E. Grayscale: #2C2C2C. Windows color (decimal): -10091167 or 6358374. OLE color: 6358374.

HSL color Cylindrical-coordinate representation of color #660561: hue angle of 303.09º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660561 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB102597-
CMYK00.950.050.6
HSL303.09º90.65%20.98%-
HSV(B)303.09º95.1%40%-
XYZ7.693.811.64-
YUV44.49157.64169.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=50%
G=2.45%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10259700.950.050.6303.0990.6520.98
Hex6656105F53C12f5b15
Octal1465141013757445713325
Binary1100110101110000101011111101111100100101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660561; }

 p { color: rgb(102,5,97); }

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

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

 a { background-color: rgb(102,5,97); }

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

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

 span { border-color: rgb(102,5,97); }

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