#613EAB

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

Shades of Royal Purple #613EAB

Tints of Royal Purple #613EAB

Color information

#613EAB (or 0x613EAB) is unknown color: approx Royal Purple. HEX triplet: 61, 3E and AB. RGB value is (97,62,171). Sum of RGB (Red+Green+Blue) = 97+62+171=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #613EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613EAB is #9EC154. Grayscale: #545454. Windows color (decimal): -10404181 or 11222625. OLE color: 11222625.

HSL color Cylindrical-coordinate representation of color #613EAB: hue angle of 259.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #613EAB is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9762171-
CMYK0.430.6400.33
HSL259.27º46.78%45.69%-
HSV(B)259.27º63.74%67.06%-
XYZ148.9339.51-
YUV84.89176.6136.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=29.39%
G=18.79%
B=51.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97621710.430.6400.33259.2746.7845.69
Hex613EAB2B400211032f2e
Octal14176253531000414035756
Binary11000011111101010101110101110000000100001100000011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,62,171); }

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

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

 a { background-color: rgb(97,62,171); }

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

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

 span { border-color: rgb(97,62,171); }

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