#613ba0

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

Shades of Royal Purple #613BA0

Tints of Royal Purple #613BA0

Color information

#613BA0 (or 0x613BA0) is unknown color: approx Royal Purple. HEX triplet: 61, 3B and A0. RGB value is (97,59,160). Sum of RGB (Red+Green+Blue) = 97+59+160=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #613BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613BA0 is #9EC45F. Grayscale: #515151. Windows color (decimal): -10404960 or 10500961. OLE color: 10500961.

HSL color Cylindrical-coordinate representation of color #613BA0: hue angle of 262.57º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613BA0 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9759160-
CMYK0.390.6300.37
HSL262.57º46.12%42.94%-
HSV(B)262.57º63.13%62.75%-
XYZ12.848.2134.17-
YUV81.88172.09138.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 59 (23.44% from 255) = 18.67%
BLUE value IS 160 (62.89% from 255) = 50.63%
R=30.70%
G=18.67%
B=50.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97591600.390.6300.37262.5746.1242.94
Hex613BA0273F0251072e2b
Octal1417324047770454075653
Binary1100001111011101000001001111111110100101100000111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613ba0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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