#611953

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

Shades of Palatinate Purple #611953

Tints of Palatinate Purple #611953

Color information

#611953 (or 0x611953) is unknown color: approx Palatinate Purple. HEX triplet: 61, 19 and 53. RGB value is (97,25,83). Sum of RGB (Red+Green+Blue) = 97+25+83=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611953 is #9EE6AC. Grayscale: #343434. Windows color (decimal): -10413741 or 5445985. OLE color: 5445985.

HSL color Cylindrical-coordinate representation of color #611953: hue angle of 311.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611953 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB972583-
CMYK00.740.140.62
HSL311.67º59.02%23.92%-
HSV(B)311.67º74.23%38.04%-
XYZ6.843.868.57-
YUV53.14144.85159.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=47.32%
G=12.20%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97258300.740.140.62311.6759.0223.92
Hex61195304AE3E1383b18
Octal14131123011216764707330
Binary110000111001101001101001010111011111010011100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611953; }

 p { color: rgb(97,25,83); }

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

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

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

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

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

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

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