#713DB4

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

Shades of Royal Purple #713DB4

Tints of Royal Purple #713DB4

Color information

#713DB4 (or 0x713DB4) is unknown color: approx Royal Purple. HEX triplet: 71, 3D and B4. RGB value is (113,61,180). Sum of RGB (Red+Green+Blue) = 113+61+180=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #713DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DB4 is #8EC24B. Grayscale: #595959. Windows color (decimal): -9355852 or 11812209. OLE color: 11812209.

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

Color convert

RGB11361180-
CMYK0.370.6600.29
HSL266.22º49.38%47.25%-
HSV(B)266.22º66.11%70.59%-
XYZ16.7210.1444.26-
YUV90.11178.73144.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 180 (70.70% from 255) = 50.85%
R=31.92%
G=17.23%
B=50.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113611800.370.6600.29266.2249.3847.25
Hex713DB4254201D10a312f
Octal16175264451020354126157
Binary1110001111101101101001001011000010011101100001010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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