#612553

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

Shades of Palatinate Purple #612553

Tints of Palatinate Purple #612553

Color information

#612553 (or 0x612553) is unknown color: approx Palatinate Purple. HEX triplet: 61, 25 and 53. RGB value is (97,37,83). Sum of RGB (Red+Green+Blue) = 97+37+83=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612553 is #9EDAAC. Grayscale: #3C3C3C. Windows color (decimal): -10410669 or 5449057. OLE color: 5449057.

HSL color Cylindrical-coordinate representation of color #612553: hue angle of 314º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612553 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB973783-
CMYK00.620.140.62
HSL314º44.78%26.27%-
HSV(B)314º61.86%38.04%-
XYZ7.154.498.67-
YUV60.18140.88154.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=44.70%
G=17.05%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97378300.620.140.6231444.7826.27
Hex61255303EE3E13a2d1a
Octal1414512307616764725532
Binary110000110010110100110111110111011111010011101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612553; }

 p { color: rgb(97,37,83); }

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

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

 a { background-color: rgb(97,37,83); }

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

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

 span { border-color: rgb(97,37,83); }

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