#660460

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

Shades of Palatinate Purple #660460

Tints of Palatinate Purple #660460

Color information

#660460 (or 0x660460) is unknown color: approx Palatinate Purple. HEX triplet: 66, 04 and 60. RGB value is (102,4,96). Sum of RGB (Red+Green+Blue) = 102+4+96=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #660460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660460 is #99FB9F. Grayscale: #2B2B2B. Windows color (decimal): -10091424 or 6292582. OLE color: 6292582.

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

Color convert

RGB102496-
CMYK00.960.060.6
HSL303.67º92.45%20.78%-
HSV(B)303.67º96.08%40%-
XYZ7.633.7611.39-
YUV43.79157.47169.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=50.50%
G=1.98%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10249600.960.060.6303.6792.4520.78
Hex6646006063C1305c15
Octal1464140014067446013425
Binary1100110100110000001100000110111100100110000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660460; }

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

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

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

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

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

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

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

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