Html Css Color HEX #713DAD Royal Purple

📋 copy color: '#713DAD'

red 113 ◦ green 61 ◦ blue 173

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

Shades of Royal Purple #713DAD

Tints of Royal Purple #713DAD

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

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 113 61 173 -
CMYK 0.35 0.65 0 0.32
HSL 267.86º 0.48% 0.46% -
HSV(B) 267.86º 0.65% 0.68% -
XYZ 16.02 9.87 40.59 -
YUV 89.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 113 61 173 0.35 0.65 0 0.32 267.86 0.48 0.46
Hex 71 3D AD 23 41 0 20 10C 30 2E
Octal 161 75 255 43 101 0 40 414 60 56
Binary 1110001 111101 10101101 100011 1000001 0 100000 100001100 110000 101110

Color Harmonies of #713DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DAD

Black with #713DAD

Text Example


Text Example

White with #713DAD

Text Example


Text Example

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