#612E61

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

Shades of Palatinate Purple #612E61

Tints of Palatinate Purple #612E61

Color information

#612E61 (or 0x612E61) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2E and 61. RGB value is (97,46,97). Sum of RGB (Red+Green+Blue) = 97+46+97=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #612E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E61 is #9ED19E. Grayscale: #424242. Windows color (decimal): -10408351 or 6368865. OLE color: 6368865.

HSL color Cylindrical-coordinate representation of color #612E61: hue angle of 300º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E61 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB974697-
CMYK00.5300.62
HSL300º35.66%28.04%-
HSV(B)300º52.58%38.04%-
XYZ8.065.3611.92-
YUV67.06144.9149.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=40.42%
G=19.17%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97469700.5300.6230035.6628.04
Hex612E6103503E12c241c
Octal141561410650764544434
Binary110000110111011000010110101011111010010110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612E61; }

 p { color: rgb(97,46,97); }

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

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

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

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

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

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

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