#611853

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

Shades of Palatinate Purple #611853

Tints of Palatinate Purple #611853

Color information

#611853 (or 0x611853) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 53. RGB value is (97,24,83). Sum of RGB (Red+Green+Blue) = 97+24+83=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #611853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611853 is #9EE7AC. Grayscale: #343434. Windows color (decimal): -10413997 or 5445729. OLE color: 5445729.

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

Color convert

RGB972483-
CMYK00.750.140.62
HSL311.51º60.33%23.73%-
HSV(B)311.51º75.26%38.04%-
XYZ6.823.828.56-
YUV52.55145.18159.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=47.55%
G=11.76%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97248300.750.140.62311.5160.3323.73
Hex61185304BE3E1383c18
Octal14130123011316764707430
Binary110000111000101001101001011111011111010011100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611853; }

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

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

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

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

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

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

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

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