#613860

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

Shades of Palatinate Purple #613860

Tints of Palatinate Purple #613860

Color information

#613860 (or 0x613860) is unknown color: approx Palatinate Purple. HEX triplet: 61, 38 and 60. RGB value is (97,56,96). Sum of RGB (Red+Green+Blue) = 97+56+96=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #613860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613860 is #9EC79F. Grayscale: #484848. Windows color (decimal): -10405792 or 6305889. OLE color: 6305889.

HSL color Cylindrical-coordinate representation of color #613860: hue angle of 301.46º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #613860 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB975696-
CMYK00.420.010.62
HSL301.46º26.8%30%-
HSV(B)301.46º42.27%38.04%-
XYZ8.466.2111.82-
YUV72.82141.08145.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=38.96%
G=22.49%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97569600.420.010.62301.4626.830
Hex61386002A13E12d1b1e
Octal141701400521764553336
Binary11000011110001100000010101011111101001011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613860; }

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

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

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

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

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

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

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

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