#662E5D

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

Shades of Palatinate Purple #662E5D

Tints of Palatinate Purple #662E5D

Color information

#662E5D (or 0x662E5D) is unknown color: approx Palatinate Purple. HEX triplet: 66, 2E and 5D. RGB value is (102,46,93). Sum of RGB (Red+Green+Blue) = 102+46+93=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #662E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E5D is #99D1A2. Grayscale: #434343. Windows color (decimal): -10080675 or 6106726. OLE color: 6106726.

HSL color Cylindrical-coordinate representation of color #662E5D: hue angle of 309.64º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #662E5D is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1024693-
CMYK00.550.090.6
HSL309.64º37.84%29.02%-
HSV(B)309.64º54.9%40%-
XYZ8.435.5710.99-
YUV68.1142.05152.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=42.32%
G=19.09%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102469300.550.090.6309.6437.8429.02
Hex662E5D03793C136261d
Octal1465613506711744664635
Binary110011010111010111010110111100111110010011011010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662E5D; }

 p { color: rgb(102,46,93); }

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

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

 a { background-color: rgb(102,46,93); }

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

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

 span { border-color: rgb(102,46,93); }

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