#662953

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

Shades of Palatinate Purple #662953

Tints of Palatinate Purple #662953

Color information

#662953 (or 0x662953) is unknown color: approx Palatinate Purple. HEX triplet: 66, 29 and 53. RGB value is (102,41,83). Sum of RGB (Red+Green+Blue) = 102+41+83=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #662953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662953 is #99D6AC. Grayscale: #3F3F3F. Windows color (decimal): -10081965 or 5450086. OLE color: 5450086.

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

Color convert

RGB1024183-
CMYK00.600.190.6
HSL318.69º42.66%28.04%-
HSV(B)318.69º59.8%40%-
XYZ7.835.048.74-
YUV64.03138.71155.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=45.13%
G=18.14%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102418300.600.190.6318.6942.6628.04
Hex66295303C133C13f2b1c
Octal1465112307423744775334
Binary1100110101001101001101111001001111110010011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662953; }

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

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

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

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

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

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

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

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