#613499

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

Shades of Royal Purple #613499

Tints of Royal Purple #613499

Color information

#613499 (or 0x613499) is unknown color: approx Royal Purple. HEX triplet: 61, 34 and 99. RGB value is (97,52,153). Sum of RGB (Red+Green+Blue) = 97+52+153=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #613499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613499 is #9ECB66. Grayscale: #4C4C4C. Windows color (decimal): -10406759 or 10040417. OLE color: 10040417.

HSL color Cylindrical-coordinate representation of color #613499: hue angle of 266.73º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #613499 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9752153-
CMYK0.370.6600.4
HSL266.73º49.27%40.2%-
HSV(B)266.73º66.01%60%-
XYZ11.917.330.92-
YUV76.97170.91142.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=32.12%
G=17.22%
B=50.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97521530.370.6600.4266.7349.2740.2
Hex613499254202810b3128
Octal14164231451020504136150
Binary11000011101001001100110010110000100101000100001011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613499; }

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

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

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

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

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

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

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

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