#662B5A

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

Shades of Palatinate Purple #662B5A

Tints of Palatinate Purple #662B5A

Color information

#662B5A (or 0x662B5A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 2B and 5A. RGB value is (102,43,90). Sum of RGB (Red+Green+Blue) = 102+43+90=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #662B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662B5A is #99D4A5. Grayscale: #414141. Windows color (decimal): -10081446 or 5909350. OLE color: 5909350.

HSL color Cylindrical-coordinate representation of color #662B5A: hue angle of 312.2º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662B5A is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1024390-
CMYK00.580.120.6
HSL312.2º40.69%28.43%-
HSV(B)312.2º57.84%40%-
XYZ8.195.2910.26-
YUV66141.55153.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 43 (17.19% from 255) = 18.30%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=43.40%
G=18.30%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102439000.580.120.6312.240.6928.43
Hex662B5A03AC3C138291c
Octal1465313207214744705134
Binary110011010101110110100111010110011110010011100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,43,90); }

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

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

 a { background-color: rgb(102,43,90); }

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

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

 span { border-color: rgb(102,43,90); }

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