#612A55

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

Shades of Palatinate Purple #612A55

Tints of Palatinate Purple #612A55

Color information

#612A55 (or 0x612A55) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2A and 55. RGB value is (97,42,85). Sum of RGB (Red+Green+Blue) = 97+42+85=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #612A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A55 is #9ED5AA. Grayscale: #3F3F3F. Windows color (decimal): -10409387 or 5581409. OLE color: 5581409.

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

Color convert

RGB974285-
CMYK00.570.120.62
HSL313.09º39.57%27.25%-
HSV(B)313.09º56.7%38.04%-
XYZ7.44.859.14-
YUV63.35140.22152-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=43.30%
G=18.75%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97428500.570.120.62313.0939.5727.25
Hex612A55039C3E139281b
Octal1415212507114764715033
Binary110000110101010101010111001110011111010011100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612A55; }

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

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

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

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

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

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

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

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