#661356

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

Shades of Palatinate Purple #661356

Tints of Palatinate Purple #661356

Color information

#661356 (or 0x661356) is unknown color: approx Palatinate Purple. HEX triplet: 66, 13 and 56. RGB value is (102,19,86). Sum of RGB (Red+Green+Blue) = 102+19+86=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #661356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661356 is #99ECA9. Grayscale: #333333. Windows color (decimal): -10087594 or 5641062. OLE color: 5641062.

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

Color convert

RGB1021986-
CMYK00.810.160.6
HSL311.57º68.6%23.73%-
HSV(B)311.57º81.37%40%-
XYZ7.393.969.18-
YUV51.46147.5164.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=49.28%
G=9.18%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102198600.810.160.6311.5768.623.73
Hex661356051103C1384518
Octal146231260121207447010530
Binary11001101001110101100101000110000111100100111000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661356; }

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

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

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

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

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

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

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

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