#612853

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

Shades of Palatinate Purple #612853

Tints of Palatinate Purple #612853

Color information

#612853 (or 0x612853) is unknown color: approx Palatinate Purple. HEX triplet: 61, 28 and 53. RGB value is (97,40,83). Sum of RGB (Red+Green+Blue) = 97+40+83=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #612853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612853 is #9ED7AC. Grayscale: #3D3D3D. Windows color (decimal): -10409901 or 5449825. OLE color: 5449825.

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

Color convert

RGB974083-
CMYK00.590.140.62
HSL314.74º41.61%26.86%-
HSV(B)314.74º58.76%38.04%-
XYZ7.254.688.71-
YUV61.94139.88153-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=44.09%
G=18.18%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97408300.590.140.62314.7441.6126.86
Hex61285303BE3E13b2a1b
Octal1415012307316764735233
Binary110000110100010100110111011111011111010011101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612853; }

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

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

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

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

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

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

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

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