#613BA8

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

Shades of Royal Purple #613BA8

Tints of Royal Purple #613BA8

Color information

#613BA8 (or 0x613BA8) is unknown color: approx Royal Purple. HEX triplet: 61, 3B and A8. RGB value is (97,59,168). Sum of RGB (Red+Green+Blue) = 97+59+168=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 168 (66.02% from 255 or 51.85% from 324); Max value from RGB is 168 - color contains mainly: blue. Hex color #613BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613BA8 is #9EC457. Grayscale: #525252. Windows color (decimal): -10404952 or 11025249. OLE color: 11025249.

HSL color Cylindrical-coordinate representation of color #613BA8: hue angle of 260.92º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613BA8 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9759168-
CMYK0.420.6500.34
HSL260.92º48.02%44.51%-
HSV(B)260.92º64.88%65.88%-
XYZ13.568.537.97-
YUV82.79176.09138.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 59 (23.44% from 255) = 18.21%
BLUE value IS 168 (66.02% from 255) = 51.85%
R=29.94%
G=18.21%
B=51.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal97591680.420.6500.34260.9248.0244.51
Hex613BA82A41022105302d
Octal14173250521010424056055
Binary11000011110111010100010101010000010100010100000101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613BA8; }

 p { color: rgb(97,59,168); }

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

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

 a { background-color: rgb(97,59,168); }

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

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

 span { border-color: rgb(97,59,168); }

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