#612750

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

Shades of Palatinate Purple #612750

Tints of Palatinate Purple #612750

Color information

#612750 (or 0x612750) is unknown color: approx Palatinate Purple. HEX triplet: 61, 27 and 50. RGB value is (97,39,80). Sum of RGB (Red+Green+Blue) = 97+39+80=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612750 is #9ED8AF. Grayscale: #3C3C3C. Windows color (decimal): -10410160 or 5252961. OLE color: 5252961.

HSL color Cylindrical-coordinate representation of color #612750: hue angle of 317.59º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612750 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB973980-
CMYK00.600.180.62
HSL317.59º42.65%26.67%-
HSV(B)317.59º59.79%38.04%-
XYZ7.14.578.1-
YUV61.02138.72153.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=44.91%
G=18.06%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97398000.600.180.62317.5942.6526.67
Hex61275003C123E13e2b1b
Octal1414712007422764765333
Binary1100001100111101000001111001001011111010011111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612750; }

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

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

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

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

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

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

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

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