#662658

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

Shades of Palatinate Purple #662658

Tints of Palatinate Purple #662658

Color information

#662658 (or 0x662658) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 58. RGB value is (102,38,88). Sum of RGB (Red+Green+Blue) = 102+38+88=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #662658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662658 is #99D9A7. Grayscale: #3E3E3E. Windows color (decimal): -10082728 or 5776998. OLE color: 5776998.

HSL color Cylindrical-coordinate representation of color #662658: hue angle of 313.12º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662658 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB1023888-
CMYK00.630.140.6
HSL313.12º45.71%27.45%-
HSV(B)313.12º62.75%40%-
XYZ7.934.929.76-
YUV62.84142.2155.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=44.74%
G=16.67%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102388800.630.140.6313.1245.7127.45
Hex66265803FE3C1392e1b
Octal1464613007716744715633
Binary110011010011010110000111111111011110010011100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662658; }

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

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

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

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

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

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

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

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