#613460

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

Shades of Palatinate Purple #613460

Tints of Palatinate Purple #613460

Color information

#613460 (or 0x613460) is unknown color: approx Palatinate Purple. HEX triplet: 61, 34 and 60. RGB value is (97,52,96). Sum of RGB (Red+Green+Blue) = 97+52+96=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #613460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613460 is #9ECB9F. Grayscale: #464646. Windows color (decimal): -10406816 or 6304865. OLE color: 6304865.

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

Color convert

RGB975296-
CMYK00.460.010.62
HSL301.33º30.2%29.22%-
HSV(B)301.33º46.39%38.04%-
XYZ8.275.8411.76-
YUV70.47142.41146.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=39.59%
G=21.22%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97529600.460.010.62301.3330.229.22
Hex61346002E13E12d1e1d
Octal141641400561764553635
Binary11000011101001100000010111011111101001011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613460; }

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

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

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

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

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

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

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

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