#660960

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

Shades of Palatinate Purple #660960

Tints of Palatinate Purple #660960

Color information

#660960 (or 0x660960) is unknown color: approx Palatinate Purple. HEX triplet: 66, 09 and 60. RGB value is (102,9,96). Sum of RGB (Red+Green+Blue) = 102+9+96=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #660960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660960 is #99F69F. Grayscale: #2E2E2E. Windows color (decimal): -10090144 or 6293862. OLE color: 6293862.

HSL color Cylindrical-coordinate representation of color #660960: hue angle of 303.87º 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 #660960 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB102996-
CMYK00.910.060.6
HSL303.87º83.78%21.76%-
HSV(B)303.87º91.18%40%-
XYZ7.693.8611.41-
YUV46.72155.81167.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=49.28%
G=4.35%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10299600.910.060.6303.8783.7821.76
Hex6696005B63C1305416
Octal14611140013367446012426
Binary11001101001110000001011011110111100100110000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660960; }

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

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

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

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

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

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

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

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