#613557

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

Shades of Palatinate Purple #613557

Tints of Palatinate Purple #613557

Color information

#613557 (or 0x613557) is unknown color: approx Palatinate Purple. HEX triplet: 61, 35 and 57. RGB value is (97,53,87). Sum of RGB (Red+Green+Blue) = 97+53+87=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613557 is #9ECAA8. Grayscale: #454545. Windows color (decimal): -10406569 or 5715297. OLE color: 5715297.

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

Color convert

RGB975387-
CMYK00.450.100.62
HSL313.64º29.33%29.41%-
HSV(B)313.64º45.36%38.04%-
XYZ7.925.789.71-
YUV70.03137.58147.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=40.93%
G=22.36%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97538700.450.100.62313.6429.3329.41
Hex61355702DA3E13a1d1d
Octal1416512705512764723535
Binary11000011101011010111010110110101111101001110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613557; }

 p { color: rgb(97,53,87); }

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

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

 a { background-color: rgb(97,53,87); }

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

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

 span { border-color: rgb(97,53,87); }

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