#612951

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

Shades of Palatinate Purple #612951

Tints of Palatinate Purple #612951

Color information

#612951 (or 0x612951) is unknown color: approx Palatinate Purple. HEX triplet: 61, 29 and 51. RGB value is (97,41,81). Sum of RGB (Red+Green+Blue) = 97+41+81=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #612951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612951 is #9ED6AE. Grayscale: #3E3E3E. Windows color (decimal): -10409647 or 5319009. OLE color: 5319009.

HSL color Cylindrical-coordinate representation of color #612951: hue angle of 317.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612951 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB974181-
CMYK00.580.160.62
HSL317.14º40.58%27.06%-
HSV(B)317.14º57.73%38.04%-
XYZ7.214.728.32-
YUV62.3138.55152.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=44.29%
G=18.72%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97418100.580.160.62317.1440.5827.06
Hex61295103A103E13d291b
Octal1415112107220764755133
Binary1100001101001101000101110101000011111010011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612951; }

 p { color: rgb(97,41,81); }

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

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

 a { background-color: rgb(97,41,81); }

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

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

 span { border-color: rgb(97,41,81); }

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