#611461

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

Shades of Palatinate Purple #611461

Tints of Palatinate Purple #611461

Color information

#611461 (or 0x611461) is unknown color: approx Palatinate Purple. HEX triplet: 61, 14 and 61. RGB value is (97,20,97). Sum of RGB (Red+Green+Blue) = 97+20+97=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611461 is #9EEB9E. Grayscale: #333333. Windows color (decimal): -10415007 or 6362209. OLE color: 6362209.

HSL color Cylindrical-coordinate representation of color #611461: hue angle of 300º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611461 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB972097-
CMYK00.7900.62
HSL300º65.81%22.94%-
HSV(B)300º79.38%38.04%-
XYZ7.343.911.68-
YUV51.8153.51160.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=45.33%
G=9.35%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97209700.7900.6230065.8122.94
Hex61146104F03E12c4217
Octal14124141011707645410227
Binary1100001101001100001010011110111110100101100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611461; }

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

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

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

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

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

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

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

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