#660462

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

Shades of Palatinate Purple #660462

Tints of Palatinate Purple #660462

Color information

#660462 (or 0x660462) is unknown color: approx Palatinate Purple. HEX triplet: 66, 04 and 62. RGB value is (102,4,98). Sum of RGB (Red+Green+Blue) = 102+4+98=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #660462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660462 is #99FB9D. Grayscale: #2B2B2B. Windows color (decimal): -10091422 or 6423654. OLE color: 6423654.

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

Color convert

RGB102498-
CMYK00.960.040.6
HSL302.45º92.45%20.78%-
HSV(B)302.45º96.08%40%-
XYZ7.733.7911.88-
YUV44.02158.47169.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=50%
G=1.96%
B=48.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10249800.960.040.6302.4592.4520.78
Hex6646206043C12e5c15
Octal1464142014047445613425
Binary1100110100110001001100000100111100100101110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660462; }

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

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

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

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

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

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

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

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