#612E5A

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

Shades of Palatinate Purple #612E5A

Tints of Palatinate Purple #612E5A

Color information

#612E5A (or 0x612E5A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2E and 5A. RGB value is (97,46,90). Sum of RGB (Red+Green+Blue) = 97+46+90=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #612E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E5A is #9ED1A5. Grayscale: #424242. Windows color (decimal): -10408358 or 5910113. OLE color: 5910113.

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

Color convert

RGB974690-
CMYK00.530.070.62
HSL308.24º35.66%28.04%-
HSV(B)308.24º52.58%38.04%-
XYZ7.755.2310.27-
YUV66.26141.4149.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=41.63%
G=19.74%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97469000.530.070.62308.2435.6628.04
Hex612E5A03573E134241c
Octal141561320657764644434
Binary11000011011101011010011010111111111010011010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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