#613560

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

Shades of Palatinate Purple #613560

Tints of Palatinate Purple #613560

Color information

#613560 (or 0x613560) is unknown color: approx Palatinate Purple. HEX triplet: 61, 35 and 60. RGB value is (97,53,96). Sum of RGB (Red+Green+Blue) = 97+53+96=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #613560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613560 is #9ECA9F. Grayscale: #464646. Windows color (decimal): -10406560 or 6305121. OLE color: 6305121.

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

Color convert

RGB975396-
CMYK00.450.010.62
HSL301.36º29.33%29.41%-
HSV(B)301.36º45.36%38.04%-
XYZ8.315.9311.77-
YUV71.06142.08146.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=39.43%
G=21.54%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97539600.450.010.62301.3629.3329.41
Hex61356002D13E12d1d1d
Octal141651400551764553535
Binary11000011101011100000010110111111101001011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613560; }

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

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

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

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

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

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

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

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