#612159

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

Shades of Palatinate Purple #612159

Tints of Palatinate Purple #612159

Color information

#612159 (or 0x612159) is unknown color: approx Palatinate Purple. HEX triplet: 61, 21 and 59. RGB value is (97,33,89). Sum of RGB (Red+Green+Blue) = 97+33+89=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #612159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612159 is #9EDEA6. Grayscale: #3A3A3A. Windows color (decimal): -10411687 or 5841249. OLE color: 5841249.

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

Color convert

RGB973389-
CMYK00.660.080.62
HSL307.5º49.23%25.49%-
HSV(B)307.5º65.98%38.04%-
XYZ7.284.359.91-
YUV58.52145.2155.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=44.29%
G=15.07%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97338900.660.080.62307.549.2325.49
Hex61215904283E1343119
Octal14141131010210764646131
Binary1100001100001101100101000010100011111010011010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612159; }

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

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

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

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

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

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

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

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