#662360

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

Shades of Palatinate Purple #662360

Tints of Palatinate Purple #662360

Color information

#662360 (or 0x662360) is unknown color: approx Palatinate Purple. HEX triplet: 66, 23 and 60. RGB value is (102,35,96). Sum of RGB (Red+Green+Blue) = 102+35+96=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #662360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662360 is #99DC9F. Grayscale: #3D3D3D. Windows color (decimal): -10083488 or 6300518. OLE color: 6300518.

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

Color convert

RGB1023596-
CMYK00.660.060.6
HSL305.37º48.91%26.86%-
HSV(B)305.37º65.69%40%-
XYZ8.194.8711.57-
YUV61.99147.2156.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.78%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=43.78%
G=15.02%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102359600.660.060.6305.3748.9126.86
Hex66236004263C131311b
Octal1464314001026744616133
Binary110011010001111000000100001011011110010011000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662360; }

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

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

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

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

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

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

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

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