#661956

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

Shades of Palatinate Purple #661956

Tints of Palatinate Purple #661956

Color information

#661956 (or 0x661956) is unknown color: approx Palatinate Purple. HEX triplet: 66, 19 and 56. RGB value is (102,25,86). Sum of RGB (Red+Green+Blue) = 102+25+86=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #661956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661956 is #99E6A9. Grayscale: #363636. Windows color (decimal): -10086058 or 5642598. OLE color: 5642598.

HSL color Cylindrical-coordinate representation of color #661956: hue angle of 312.47º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661956 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB1022586-
CMYK00.750.160.6
HSL312.47º60.63%24.9%-
HSV(B)312.47º75.49%40%-
XYZ7.514.199.22-
YUV54.98145.51161.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=47.89%
G=11.74%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102258600.750.160.6312.4760.6324.9
Hex66195604B103C1383d19
Octal14631126011320744707531
Binary1100110110011010110010010111000011110010011100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661956; }

 p { color: rgb(102,25,86); }

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

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

 a { background-color: rgb(102,25,86); }

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

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

 span { border-color: rgb(102,25,86); }

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