#613B9D

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

Shades of Royal Purple #613B9D

Tints of Royal Purple #613B9D

Color information

#613B9D (or 0x613B9D) is unknown color: approx Royal Purple. HEX triplet: 61, 3B and 9D. RGB value is (97,59,157). Sum of RGB (Red+Green+Blue) = 97+59+157=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #613B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613B9D is #9EC462. Grayscale: #515151. Windows color (decimal): -10404963 or 10304353. OLE color: 10304353.

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

Color convert

RGB9759157-
CMYK0.380.6200.38
HSL263.27º45.37%42.35%-
HSV(B)263.27º62.42%61.57%-
XYZ12.588.132.8-
YUV81.53170.59139.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=30.99%
G=18.85%
B=50.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97591570.380.6200.38263.2745.3742.35
Hex613B9D263E0261072d2a
Octal1417323546760464075552
Binary1100001111011100111011001101111100100110100000111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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