#612F5F

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

Shades of Palatinate Purple #612F5F

Tints of Palatinate Purple #612F5F

Color information

#612F5F (or 0x612F5F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2F and 5F. RGB value is (97,47,95). Sum of RGB (Red+Green+Blue) = 97+47+95=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #612F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612F5F is #9ED0A0. Grayscale: #434343. Windows color (decimal): -10408097 or 6238049. OLE color: 6238049.

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

Color convert

RGB974795-
CMYK00.520.020.62
HSL302.4º34.72%28.24%-
HSV(B)302.4º51.55%38.04%-
XYZ8.015.411.45-
YUV67.42143.56149.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 47 (18.75% from 255) = 19.67%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=40.59%
G=19.67%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97479500.520.020.62302.434.7228.24
Hex612F5F03423E12e231c
Octal141571370642764564334
Binary1100001101111101111101101001011111010010111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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