#661461

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

Shades of Palatinate Purple #661461

Tints of Palatinate Purple #661461

Color information

#661461 (or 0x661461) is unknown color: approx Palatinate Purple. HEX triplet: 66, 14 and 61. RGB value is (102,20,97). Sum of RGB (Red+Green+Blue) = 102+20+97=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #661461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661461 is #99EB9E. Grayscale: #353535. Windows color (decimal): -10087327 or 6362214. OLE color: 6362214.

HSL color Cylindrical-coordinate representation of color #661461: hue angle of 303.66º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661461 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1022097-
CMYK00.800.050.6
HSL303.66º67.21%23.92%-
HSV(B)303.66º80.39%40%-
XYZ7.894.1911.7-
YUV53.3152.67162.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=46.58%
G=9.13%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102209700.800.050.6303.6667.2123.92
Hex66146105053C1304318
Octal14624141012057446010330
Binary110011010100110000101010000101111100100110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661461; }

 p { color: rgb(102,20,97); }

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

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

 a { background-color: rgb(102,20,97); }

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

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

 span { border-color: rgb(102,20,97); }

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