#662760

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

Shades of Palatinate Purple #662760

Tints of Palatinate Purple #662760

Color information

#662760 (or 0x662760) is unknown color: approx Palatinate Purple. HEX triplet: 66, 27 and 60. RGB value is (102,39,96). Sum of RGB (Red+Green+Blue) = 102+39+96=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #662760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662760 is #99D89F. Grayscale: #404040. Windows color (decimal): -10082464 or 6301542. OLE color: 6301542.

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

Color convert

RGB1023996-
CMYK00.620.060.6
HSL305.71º44.68%27.65%-
HSV(B)305.71º61.76%40%-
XYZ8.325.1211.62-
YUV64.33145.87154.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=43.04%
G=16.46%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102399600.620.060.6305.7144.6827.65
Hex66276003E63C1322d1c
Octal146471400766744625534
Binary11001101001111100000011111011011110010011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662760; }

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

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

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

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

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

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

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

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