#613EB1

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

Shades of Royal Purple #613EB1

Tints of Royal Purple #613EB1

Color information

#613EB1 (or 0x613EB1) is unknown color: approx Royal Purple. HEX triplet: 61, 3E and B1. RGB value is (97,62,177). Sum of RGB (Red+Green+Blue) = 97+62+177=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #613EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613EB1 is #9EC14E. Grayscale: #555555. Windows color (decimal): -10404175 or 11615841. OLE color: 11615841.

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

Color convert

RGB9762177-
CMYK0.450.6500.31
HSL258.26º48.12%46.86%-
HSV(B)258.26º64.97%69.41%-
XYZ14.599.1642.59-
YUV85.57179.6136.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 62 (24.61% from 255) = 18.45%
BLUE value IS 177 (69.53% from 255) = 52.68%
R=28.87%
G=18.45%
B=52.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97621770.450.6500.31258.2648.1246.86
Hex613EB12D4101F102302f
Octal14176261551010374026057
Binary1100001111110101100011011011000001011111100000010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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