#663460

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

Shades of Palatinate Purple #663460

Tints of Palatinate Purple #663460

Color information

#663460 (or 0x663460) is unknown color: approx Palatinate Purple. HEX triplet: 66, 34 and 60. RGB value is (102,52,96). Sum of RGB (Red+Green+Blue) = 102+52+96=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #663460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663460 is #99CB9F. Grayscale: #474747. Windows color (decimal): -10079136 or 6304870. OLE color: 6304870.

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

Color convert

RGB1025296-
CMYK00.490.060.6
HSL307.2º32.47%30.2%-
HSV(B)307.2º49.02%40%-
XYZ8.826.1311.78-
YUV71.97141.56149.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.8%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=40.8%
G=20.8%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102529600.490.060.6307.232.4730.2
Hex66346003163C133201e
Octal146641400616744634036
Binary11001101101001100000011000111011110010011001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663460; }

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

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

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

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

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

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

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

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