#613160

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

Shades of Palatinate Purple #613160

Tints of Palatinate Purple #613160

Color information

#613160 (or 0x613160) is unknown color: approx Palatinate Purple. HEX triplet: 61, 31 and 60. RGB value is (97,49,96). Sum of RGB (Red+Green+Blue) = 97+49+96=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #613160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613160 is #9ECE9F. Grayscale: #444444. Windows color (decimal): -10407584 or 6304097. OLE color: 6304097.

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

Color convert

RGB974996-
CMYK00.490.010.62
HSL301.25º32.88%28.63%-
HSV(B)301.25º49.48%38.04%-
XYZ8.145.5811.71-
YUV68.71143.4148.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=40.08%
G=20.25%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97499600.490.010.62301.2532.8828.63
Hex61316003113E12d211d
Octal141611400611764554135
Binary110000111000111000000110001111111010010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613160; }

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

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

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

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

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

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

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

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