#613599

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

Shades of Royal Purple #613599

Tints of Royal Purple #613599

Color information

#613599 (or 0x613599) is unknown color: approx Royal Purple. HEX triplet: 61, 35 and 99. RGB value is (97,53,153). Sum of RGB (Red+Green+Blue) = 97+53+153=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #613599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613599 is #9ECA66. Grayscale: #4D4D4D. Windows color (decimal): -10406503 or 10040673. OLE color: 10040673.

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

Color convert

RGB9753153-
CMYK0.370.6500.4
HSL266.4º48.54%40.39%-
HSV(B)266.4º65.36%60%-
XYZ11.957.3930.93-
YUV77.56170.58141.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 153 (60.16% from 255) = 50.50%
R=32.01%
G=17.49%
B=50.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97531530.370.6500.4266.448.5440.39
Hex613599254102810a3128
Octal14165231451010504126150
Binary11000011101011001100110010110000010101000100001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613599; }

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

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

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

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

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

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

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

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