#612E5B

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

Shades of Palatinate Purple #612E5B

Tints of Palatinate Purple #612E5B

Color information

#612E5B (or 0x612E5B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2E and 5B. RGB value is (97,46,91). Sum of RGB (Red+Green+Blue) = 97+46+91=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #612E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E5B is #9ED1A4. Grayscale: #424242. Windows color (decimal): -10408357 or 5975649. OLE color: 5975649.

HSL color Cylindrical-coordinate representation of color #612E5B: hue angle of 307.06º 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 #612E5B is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB974691-
CMYK00.530.060.62
HSL307.06º35.66%28.04%-
HSV(B)307.06º52.58%38.04%-
XYZ7.85.2510.5-
YUV66.38141.9149.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=41.45%
G=19.66%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97469100.530.060.62307.0635.6628.04
Hex612E5B03563E133241c
Octal141561330656764634434
Binary11000011011101011011011010111011111010011001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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