#660261

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

Shades of Palatinate Purple #660261

Tints of Palatinate Purple #660261

Color information

#660261 (or 0x660261) is unknown color: approx Palatinate Purple. HEX triplet: 66, 02 and 61. RGB value is (102,2,97). Sum of RGB (Red+Green+Blue) = 102+2+97=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #660261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660261 is #99FD9E. Grayscale: #2A2A2A. Windows color (decimal): -10091935 or 6357606. OLE color: 6357606.

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

Color convert

RGB102297-
CMYK00.980.050.6
HSL303º96.15%20.39%-
HSV(B)303º98.04%40%-
XYZ7.663.7311.63-
YUV42.73158.63170.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=50.75%
G=1.00%
B=48.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10229700.980.050.630396.1520.39
Hex6626106253C12f6014
Octal1462141014257445714024
Binary110011010110000101100010101111100100101111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660261; }

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

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

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

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

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

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

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

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