#713DAF

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

Shades of Royal Purple #713DAF

Tints of Royal Purple #713DAF

Color information

#713DAF (or 0x713DAF) is unknown color: approx Royal Purple. HEX triplet: 71, 3D and AF. RGB value is (113,61,175). Sum of RGB (Red+Green+Blue) = 113+61+175=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #713DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713DAF is #8EC250. Grayscale: #595959. Windows color (decimal): -9355857 or 11484529. OLE color: 11484529.

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

Color convert

RGB11361175-
CMYK0.350.6500.31
HSL267.37º48.31%46.27%-
HSV(B)267.37º65.14%68.63%-
XYZ16.229.9441.62-
YUV89.54176.23144.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=32.38%
G=17.48%
B=50.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113611750.350.6500.31267.3748.3146.27
Hex713DAF234101F10b302e
Octal16175257431010374136056
Binary1110001111101101011111000111000001011111100001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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