#612F5D

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

Shades of Palatinate Purple #612F5D

Tints of Palatinate Purple #612F5D

Color information

#612F5D (or 0x612F5D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2F and 5D. RGB value is (97,47,93). Sum of RGB (Red+Green+Blue) = 97+47+93=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #612F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612F5D is #9ED0A2. Grayscale: #434343. Windows color (decimal): -10408099 or 6106977. OLE color: 6106977.

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

Color convert

RGB974793-
CMYK00.520.040.62
HSL304.8º34.72%28.24%-
HSV(B)304.8º51.55%38.04%-
XYZ7.925.3610.97-
YUV67.19142.56149.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=40.93%
G=19.83%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97479300.520.040.62304.834.7228.24
Hex612F5D03443E131231c
Octal141571350644764614334
Binary11000011011111011101011010010011111010011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,47,93); }

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

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

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

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

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

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

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