#662958

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

Shades of Palatinate Purple #662958

Tints of Palatinate Purple #662958

Color information

#662958 (or 0x662958) is unknown color: approx Palatinate Purple. HEX triplet: 66, 29 and 58. RGB value is (102,41,88). Sum of RGB (Red+Green+Blue) = 102+41+88=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #662958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662958 is #99D6A7. Grayscale: #404040. Windows color (decimal): -10081960 or 5777766. OLE color: 5777766.

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

Color convert

RGB1024188-
CMYK00.600.140.6
HSL313.77º42.66%28.04%-
HSV(B)313.77º59.8%40%-
XYZ8.035.129.8-
YUV64.6141.21154.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=44.16%
G=17.75%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102418800.600.140.6313.7742.6628.04
Hex66295803CE3C13a2b1c
Octal1465113007416744725334
Binary110011010100110110000111100111011110010011101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662958; }

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

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

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

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

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

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

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

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