#612E5F

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

Shades of Palatinate Purple #612E5F

Tints of Palatinate Purple #612E5F

Color information

#612E5F (or 0x612E5F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2E and 5F. RGB value is (97,46,95). Sum of RGB (Red+Green+Blue) = 97+46+95=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #612E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E5F is #9ED1A0. Grayscale: #424242. Windows color (decimal): -10408353 or 6237793. OLE color: 6237793.

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

Color convert

RGB974695-
CMYK00.530.020.62
HSL302.35º35.66%28.04%-
HSV(B)302.35º52.58%38.04%-
XYZ7.975.3211.43-
YUV66.83143.9149.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=40.76%
G=19.33%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97469500.530.020.62302.3535.6628.04
Hex612E5F03523E12e241c
Octal141561370652764564434
Binary1100001101110101111101101011011111010010111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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