#612150

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

Shades of Palatinate Purple #612150

Tints of Palatinate Purple #612150

Color information

#612150 (or 0x612150) is unknown color: approx Palatinate Purple. HEX triplet: 61, 21 and 50. RGB value is (97,33,80). Sum of RGB (Red+Green+Blue) = 97+33+80=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #612150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612150 is #9EDEAF. Grayscale: #393939. Windows color (decimal): -10411696 or 5251425. OLE color: 5251425.

HSL color Cylindrical-coordinate representation of color #612150: hue angle of 315.94º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612150 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB973380-
CMYK00.660.180.62
HSL315.94º49.23%25.49%-
HSV(B)315.94º65.98%38.04%-
XYZ6.924.218.04-
YUV57.49140.7156.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=46.19%
G=15.71%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97338000.660.180.62315.9449.2325.49
Hex612150042123E13c3119
Octal14141120010222764746131
Binary11000011000011010000010000101001011111010011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612150; }

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

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

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

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

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

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

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

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