#713FB4

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

Shades of Royal Purple #713FB4

Tints of Royal Purple #713FB4

Color information

#713FB4 (or 0x713FB4) is unknown color: approx Royal Purple. HEX triplet: 71, 3F and B4. RGB value is (113,63,180). Sum of RGB (Red+Green+Blue) = 113+63+180=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #713FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FB4 is #8EC04B. Grayscale: #5A5A5A. Windows color (decimal): -9355340 or 11812721. OLE color: 11812721.

HSL color Cylindrical-coordinate representation of color #713FB4: hue angle of 265.64º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713FB4 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11363180-
CMYK0.370.6500.29
HSL265.64º48.15%47.65%-
HSV(B)265.64º65%70.59%-
XYZ16.8310.3644.29-
YUV91.29178.06143.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 63 (25% from 255) = 17.70%
BLUE value IS 180 (70.70% from 255) = 50.56%
R=31.74%
G=17.70%
B=50.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113631800.370.6500.29265.6448.1547.65
Hex713FB4254101D10a3030
Octal16177264451010354126060
Binary1110001111111101101001001011000001011101100001010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713FB4; }

 p { color: rgb(113,63,180); }

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

<style>
 a { background-color: #713FB4; }

 a { background-color: rgb(113,63,180); }

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

<style>
 span { border-color: #713FB4; }

 span { border-color: rgb(113,63,180); }

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