#612950

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

Shades of Palatinate Purple #612950

Tints of Palatinate Purple #612950

Color information

#612950 (or 0x612950) is unknown color: approx Palatinate Purple. HEX triplet: 61, 29 and 50. RGB value is (97,41,80). Sum of RGB (Red+Green+Blue) = 97+41+80=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #612950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612950 is #9ED6AF. Grayscale: #3E3E3E. Windows color (decimal): -10409648 or 5253473. OLE color: 5253473.

HSL color Cylindrical-coordinate representation of color #612950: hue angle of 318.21º 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 #612950 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB974180-
CMYK00.580.180.62
HSL318.21º40.58%27.06%-
HSV(B)318.21º57.73%38.04%-
XYZ7.174.718.12-
YUV62.19138.05152.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=44.50%
G=18.81%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97418000.580.180.62318.2140.5827.06
Hex61295003A123E13e291b
Octal1415112007222764765133
Binary1100001101001101000001110101001011111010011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612950; }

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

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

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

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

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

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

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

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