#612552

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

Shades of Palatinate Purple #612552

Tints of Palatinate Purple #612552

Color information

#612552 (or 0x612552) is unknown color: approx Palatinate Purple. HEX triplet: 61, 25 and 52. RGB value is (97,37,82). Sum of RGB (Red+Green+Blue) = 97+37+82=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612552 is #9EDAAD. Grayscale: #3B3B3B. Windows color (decimal): -10410670 or 5383521. OLE color: 5383521.

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

Color convert

RGB973782-
CMYK00.620.150.62
HSL315º44.78%26.27%-
HSV(B)315º61.86%38.04%-
XYZ7.114.478.47-
YUV60.07140.38154.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=44.91%
G=17.13%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97378200.620.150.6231544.7826.27
Hex61255203EF3E13b2d1a
Octal1414512207617764735532
Binary110000110010110100100111110111111111010011101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612552; }

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

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

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

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

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

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

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

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