#612959

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

Shades of Palatinate Purple #612959

Tints of Palatinate Purple #612959

Color information

#612959 (or 0x612959) is unknown color: approx Palatinate Purple. HEX triplet: 61, 29 and 59. RGB value is (97,41,89). Sum of RGB (Red+Green+Blue) = 97+41+89=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #612959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612959 is #9ED6A6. Grayscale: #3F3F3F. Windows color (decimal): -10409639 or 5843297. OLE color: 5843297.

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

Color convert

RGB974189-
CMYK00.580.080.62
HSL308.57º40.58%27.06%-
HSV(B)308.57º57.73%38.04%-
XYZ7.534.859.99-
YUV63.22142.55152.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=42.73%
G=18.06%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97418900.580.080.62308.5740.5827.06
Hex61295903A83E135291b
Octal1415113107210764655133
Binary110000110100110110010111010100011111010011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612959; }

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

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

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

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

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

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

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

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