#713DAC

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

Shades of Royal Purple #713DAC

Tints of Royal Purple #713DAC

Color information

#713DAC (or 0x713DAC) is unknown color: approx Royal Purple. HEX triplet: 71, 3D and AC. RGB value is (113,61,172). Sum of RGB (Red+Green+Blue) = 113+61+172=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #713DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713DAC is #8EC253. Grayscale: #585858. Windows color (decimal): -9355860 or 11287921. OLE color: 11287921.

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

Color convert

RGB11361172-
CMYK0.340.6500.33
HSL268.11º47.64%45.69%-
HSV(B)268.11º64.53%67.45%-
XYZ15.939.8340.09-
YUV89.2174.73144.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 61 (24.22% from 255) = 17.63%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=32.66%
G=17.63%
B=49.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113611720.340.6500.33268.1147.6445.69
Hex713DAC224102110c302e
Octal16175254421010414146056
Binary11100011111011010110010001010000010100001100001100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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