Html Css Color HEX #713DAC Royal Purple

📋 copy color: '#713DAC'

red 113 ◦ green 61 ◦ blue 172

#713DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #713DAC

Tints of Royal Purple #713DAC

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 value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#713DAC (or 0x713DAC) is known color: 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

RGB 113 61 172 -
CMYK 0.34 0.65 0 0.33
HSL 268.11º 0.48% 0.46% -
HSV(B) 268.11º 0.65% 0.67% -
XYZ 15.93 9.83 40.09 -
YUV 89.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 113 61 172 0.34 0.65 0 0.33 268.11 0.48 0.46
Hex 71 3D AC 22 41 0 21 10C 30 2E
Octal 161 75 254 42 101 0 41 414 60 56
Binary 1110001 111101 10101100 100010 1000001 0 100001 100001100 110000 101110

Color Harmonies of #713DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DAC

Black with #713DAC

Text Example


Text Example

White with #713DAC

Text Example


Text Example

HTML Codes & Css Web 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>