#612160

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

Shades of Palatinate Purple #612160

Tints of Palatinate Purple #612160

Color information

#612160 (or 0x612160) is unknown color: approx Palatinate Purple. HEX triplet: 61, 21 and 60. RGB value is (97,33,96). Sum of RGB (Red+Green+Blue) = 97+33+96=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #612160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612160 is #9EDE9F. Grayscale: #3B3B3B. Windows color (decimal): -10411680 or 6300001. OLE color: 6300001.

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

Color convert

RGB973396-
CMYK00.660.010.62
HSL300.94º49.23%25.49%-
HSV(B)300.94º65.98%38.04%-
XYZ7.584.4711.53-
YUV59.32148.7154.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=42.92%
G=14.60%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97339600.660.010.62300.9449.2325.49
Hex61216004213E12d3119
Octal1414114001021764556131
Binary1100001100001110000001000010111111010010110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612160; }

 p { color: rgb(97,33,96); }

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

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

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

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

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

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

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