#613CAB

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

Shades of Royal Purple #613CAB

Tints of Royal Purple #613CAB

Color information

#613CAB (or 0x613CAB) is unknown color: approx Royal Purple. HEX triplet: 61, 3C and AB. RGB value is (97,60,171). Sum of RGB (Red+Green+Blue) = 97+60+171=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #613CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613CAB is #9EC354. Grayscale: #535353. Windows color (decimal): -10404693 or 11222113. OLE color: 11222113.

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

Color convert

RGB9760171-
CMYK0.430.6500.33
HSL260º48.05%45.29%-
HSV(B)260º64.91%67.06%-
XYZ13.98.7139.48-
YUV83.72177.26137.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=29.57%
G=18.29%
B=52.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97601710.430.6500.3326048.0545.29
Hex613CAB2B41021104302d
Octal14174253531010414046055
Binary11000011111001010101110101110000010100001100000100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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