#662561

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

Shades of Palatinate Purple #662561

Tints of Palatinate Purple #662561

Color information

#662561 (or 0x662561) is unknown color: approx Palatinate Purple. HEX triplet: 66, 25 and 61. RGB value is (102,37,97). Sum of RGB (Red+Green+Blue) = 102+37+97=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #662561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662561 is #99DA9E. Grayscale: #3F3F3F. Windows color (decimal): -10082975 or 6366566. OLE color: 6366566.

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

Color convert

RGB1023797-
CMYK00.640.050.6
HSL304.62º46.76%27.25%-
HSV(B)304.62º63.73%40%-
XYZ8.35.0111.84-
YUV63.28147.03155.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=43.22%
G=15.68%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102379700.640.050.6304.6246.7627.25
Hex66256104053C1312f1b
Octal1464514101005744615733
Binary110011010010111000010100000010111110010011000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662561; }

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

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

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

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

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

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

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

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