#612551

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

Shades of Palatinate Purple #612551

Tints of Palatinate Purple #612551

Color information

#612551 (or 0x612551) is unknown color: approx Palatinate Purple. HEX triplet: 61, 25 and 51. RGB value is (97,37,81). Sum of RGB (Red+Green+Blue) = 97+37+81=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612551 is #9EDAAE. Grayscale: #3B3B3B. Windows color (decimal): -10410671 or 5317985. OLE color: 5317985.

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

Color convert

RGB973781-
CMYK00.620.160.62
HSL316º44.78%26.27%-
HSV(B)316º61.86%38.04%-
XYZ7.084.468.27-
YUV59.96139.88154.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=45.12%
G=17.21%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97378100.620.160.6231644.7826.27
Hex61255103E103E13c2d1a
Octal1414512107620764745532
Binary1100001100101101000101111101000011111010011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612551; }

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

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

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

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

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

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

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

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