#612850

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

Shades of Palatinate Purple #612850

Tints of Palatinate Purple #612850

Color information

#612850 (or 0x612850) is unknown color: approx Palatinate Purple. HEX triplet: 61, 28 and 50. RGB value is (97,40,80). Sum of RGB (Red+Green+Blue) = 97+40+80=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612850 is #9ED7AF. Grayscale: #3D3D3D. Windows color (decimal): -10409904 or 5253217. OLE color: 5253217.

HSL color Cylindrical-coordinate representation of color #612850: hue angle of 317.89º 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 #612850 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB974080-
CMYK00.590.180.62
HSL317.89º41.61%26.86%-
HSV(B)317.89º58.76%38.04%-
XYZ7.144.648.11-
YUV61.6138.38153.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=44.70%
G=18.43%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97408000.590.180.62317.8941.6126.86
Hex61285003B123E13e2a1b
Octal1415012007322764765233
Binary1100001101000101000001110111001011111010011111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612850; }

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

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

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

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

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

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

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

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