#661261

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

Shades of Palatinate Purple #661261

Tints of Palatinate Purple #661261

Color information

#661261 (or 0x661261) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 61. RGB value is (102,18,97). Sum of RGB (Red+Green+Blue) = 102+18+97=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #661261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661261 is #99ED9E. Grayscale: #333333. Windows color (decimal): -10087839 or 6361702. OLE color: 6361702.

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

Color convert

RGB1021897-
CMYK00.820.050.6
HSL303.57º70%23.53%-
HSV(B)303.57º82.35%40%-
XYZ7.854.1211.69-
YUV52.12153.33163.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=47.00%
G=8.29%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102189700.820.050.6303.577023.53
Hex66126105253C1304618
Octal14622141012257446010630
Binary110011010010110000101010010101111100100110000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661261; }

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

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

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

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

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

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

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

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