#661658

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

Shades of Palatinate Purple #661658

Tints of Palatinate Purple #661658

Color information

#661658 (or 0x661658) is unknown color: approx Palatinate Purple. HEX triplet: 66, 16 and 58. RGB value is (102,22,88). Sum of RGB (Red+Green+Blue) = 102+22+88=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #661658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661658 is #99E9A7. Grayscale: #353535. Windows color (decimal): -10086824 or 5772902. OLE color: 5772902.

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

Color convert

RGB1022288-
CMYK00.780.140.6
HSL310.5º64.52%24.31%-
HSV(B)310.5º78.43%40%-
XYZ7.534.19.63-
YUV53.44147.5162.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=48.11%
G=10.38%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102228800.780.140.6310.564.5224.31
Hex66165804EE3C1364118
Octal146261300116167446610130
Binary1100110101101011000010011101110111100100110110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661658; }

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

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

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

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

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

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

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

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