#662055

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

Shades of Palatinate Purple #662055

Tints of Palatinate Purple #662055

Color information

#662055 (or 0x662055) is unknown color: approx Palatinate Purple. HEX triplet: 66, 20 and 55. RGB value is (102,32,85). Sum of RGB (Red+Green+Blue) = 102+32+85=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #662055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662055 is #99DFAA. Grayscale: #3A3A3A. Windows color (decimal): -10084267 or 5578854. OLE color: 5578854.

HSL color Cylindrical-coordinate representation of color #662055: hue angle of 314.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662055 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB1023285-
CMYK00.690.170.6
HSL314.57º52.24%26.27%-
HSV(B)314.57º68.63%40%-
XYZ7.644.519.06-
YUV58.97142.69158.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=46.58%
G=14.61%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102328500.690.170.6314.5752.2426.27
Hex662055045113C13b341a
Octal14640125010521744736432
Binary11001101000001010101010001011000111110010011101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662055; }

 p { color: rgb(102,32,85); }

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

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

 a { background-color: rgb(102,32,85); }

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

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

 span { border-color: rgb(102,32,85); }

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