#613BAE

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

Shades of Royal Purple #613BAE

Tints of Royal Purple #613BAE

Color information

#613BAE (or 0x613BAE) is unknown color: approx Royal Purple. HEX triplet: 61, 3B and AE. RGB value is (97,59,174). Sum of RGB (Red+Green+Blue) = 97+59+174=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #613BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613BAE is #9EC451. Grayscale: #535353. Windows color (decimal): -10404946 or 11418465. OLE color: 11418465.

HSL color Cylindrical-coordinate representation of color #613BAE: hue angle of 259.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #613BAE is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9759174-
CMYK0.440.6600.32
HSL259.83º49.36%45.69%-
HSV(B)259.83º66.09%68.24%-
XYZ14.138.7340.98-
YUV83.47179.09137.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 59 (23.44% from 255) = 17.88%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=29.39%
G=17.88%
B=52.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97591740.440.6600.32259.8349.3645.69
Hex613BAE2C42020104312e
Octal14173256541020404046156
Binary11000011110111010111010110010000100100000100000100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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