#612855

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

Shades of Palatinate Purple #612855

Tints of Palatinate Purple #612855

Color information

#612855 (or 0x612855) is unknown color: approx Palatinate Purple. HEX triplet: 61, 28 and 55. RGB value is (97,40,85). Sum of RGB (Red+Green+Blue) = 97+40+85=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #612855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612855 is #9ED7AA. Grayscale: #3E3E3E. Windows color (decimal): -10409899 or 5580897. OLE color: 5580897.

HSL color Cylindrical-coordinate representation of color #612855: hue angle of 312.63º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #612855 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB974085-
CMYK00.590.120.62
HSL312.63º41.61%26.86%-
HSV(B)312.63º58.76%38.04%-
XYZ7.334.719.12-
YUV62.17140.88152.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=43.69%
G=18.02%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97408500.590.120.62312.6341.6126.86
Hex61285503BC3E1392a1b
Octal1415012507314764715233
Binary110000110100010101010111011110011111010011100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612855; }

 p { color: rgb(97,40,85); }

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

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

 a { background-color: rgb(97,40,85); }

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

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

 span { border-color: rgb(97,40,85); }

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