#713DAD

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

Shades of Royal Purple #713DAD

Tints of Royal Purple #713DAD

Color information

#713DAD (or 0x713DAD) is unknown color: approx Royal Purple. HEX triplet: 71, 3D and AD. RGB value is (113,61,173). Sum of RGB (Red+Green+Blue) = 113+61+173=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #713DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713DAD is #8EC252. Grayscale: #585858. Windows color (decimal): -9355859 or 11353457. OLE color: 11353457.

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

Color convert

RGB11361173-
CMYK0.350.6500.32
HSL267.86º47.86%45.88%-
HSV(B)267.86º64.74%67.84%-
XYZ16.029.8740.59-
YUV89.32175.23144.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=32.56%
G=17.58%
B=49.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113611730.350.6500.32267.8647.8645.88
Hex713DAD234102010c302e
Octal16175255431010404146056
Binary11100011111011010110110001110000010100000100001100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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