#660956

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

Shades of Palatinate Purple #660956

Tints of Palatinate Purple #660956

Color information

#660956 (or 0x660956) is unknown color: approx Palatinate Purple. HEX triplet: 66, 09 and 56. RGB value is (102,9,86). Sum of RGB (Red+Green+Blue) = 102+9+86=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #660956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660956 is #99F6A9. Grayscale: #2D2D2D. Windows color (decimal): -10090154 or 5638502. OLE color: 5638502.

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

Color convert

RGB102986-
CMYK00.910.160.6
HSL310.32º83.78%21.76%-
HSV(B)310.32º91.18%40%-
XYZ7.263.699.13-
YUV45.58150.81168.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=51.78%
G=4.57%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10298600.910.160.6310.3283.7821.76
Hex6695605B103C1365416
Octal146111260133207446612426
Binary1100110100110101100101101110000111100100110110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660956; }

 p { color: rgb(102,9,86); }

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

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

 a { background-color: rgb(102,9,86); }

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

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

 span { border-color: rgb(102,9,86); }

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