#613556

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

Shades of Palatinate Purple #613556

Tints of Palatinate Purple #613556

Color information

#613556 (or 0x613556) is unknown color: approx Palatinate Purple. HEX triplet: 61, 35 and 56. RGB value is (97,53,86). Sum of RGB (Red+Green+Blue) = 97+53+86=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613556 is #9ECAA9. Grayscale: #454545. Windows color (decimal): -10406570 or 5649761. OLE color: 5649761.

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

Color convert

RGB975386-
CMYK00.450.110.62
HSL315º29.33%29.41%-
HSV(B)315º45.36%38.04%-
XYZ7.885.769.5-
YUV69.92137.08147.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=41.10%
G=22.46%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97538600.450.110.6231529.3329.41
Hex61355602DB3E13b1d1d
Octal1416512605513764733535
Binary11000011101011010110010110110111111101001110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613556; }

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

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

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

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

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

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

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

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