#713BB0

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

Shades of Royal Purple #713BB0

Tints of Royal Purple #713BB0

Color information

#713BB0 (or 0x713BB0) is unknown color: approx Royal Purple. HEX triplet: 71, 3B and B0. RGB value is (113,59,176). Sum of RGB (Red+Green+Blue) = 113+59+176=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #713BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713BB0 is #8EC44F. Grayscale: #585858. Windows color (decimal): -9356368 or 11549553. OLE color: 11549553.

HSL color Cylindrical-coordinate representation of color #713BB0: hue angle of 267.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713BB0 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11359176-
CMYK0.360.6600.31
HSL267.69º49.79%46.08%-
HSV(B)267.69º66.48%69.02%-
XYZ16.219.7742.11-
YUV88.48177.39145.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 59 (23.44% from 255) = 16.95%
BLUE value IS 176 (69.14% from 255) = 50.57%
R=32.47%
G=16.95%
B=50.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113591760.360.6600.31267.6949.7946.08
Hex713BB0244201F10c322e
Octal16173260441020374146256
Binary1110001111011101100001001001000010011111100001100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,59,176); }

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

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

 a { background-color: rgb(113,59,176); }

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

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

 span { border-color: rgb(113,59,176); }

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