#662053

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

Shades of Palatinate Purple #662053

Tints of Palatinate Purple #662053

Color information

#662053 (or 0x662053) is unknown color: approx Palatinate Purple. HEX triplet: 66, 20 and 53. RGB value is (102,32,83). Sum of RGB (Red+Green+Blue) = 102+32+83=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #662053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662053 is #99DFAC. Grayscale: #3A3A3A. Windows color (decimal): -10084269 or 5447782. OLE color: 5447782.

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

Color convert

RGB1023283-
CMYK00.690.190.6
HSL316.29º52.24%26.27%-
HSV(B)316.29º68.63%40%-
XYZ7.564.488.65-
YUV58.74141.69158.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=47.00%
G=14.75%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102328300.690.190.6316.2952.2426.27
Hex662053045133C13c341a
Octal14640123010523744746432
Binary11001101000001010011010001011001111110010011110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662053; }

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

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

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

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

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

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

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

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