Html Css Color HEX #713DAE Royal Purple

📋 copy color: '#713DAE'

red 113 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #713DAE

Tints of Royal Purple #713DAE

RGB

 RED value IS 113 (44.53% from 255) = 32.47%

 GREEN value IS 61 (24.22% from 255) = 17.53%

 BLUE value IS 174 (68.36% from 255) = 50%

R = 32.47%
G = 17.53%
B = 50%

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

#713DAE (or 0x713DAE) is known color: Royal Purple. HEX triplet: 71, 3D and AE. RGB value is (113,61,174). Sum of RGB (Red+Green+Blue) = 113+61+174=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #713DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713DAE is #8EC251. Grayscale: #595959. Windows color (decimal): -9355858 or 11418993. OLE color: 11418993.

HSL color Cylindrical-coordinate representation of color #713DAE: hue angle of 267.61º 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 #713DAE is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 61 174 -
CMYK 0.35 0.65 0 0.32
HSL 267.61º 0.48% 0.46% -
HSV(B) 267.61º 0.65% 0.68% -
XYZ 16.12 9.9 41.11 -
YUV 89.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 113 61 174 0.35 0.65 0 0.32 267.61 0.48 0.46
Hex 71 3D AE 23 41 0 20 10C 30 2E
Octal 161 75 256 43 101 0 40 414 60 56
Binary 1110001 111101 10101110 100011 1000001 0 100000 100001100 110000 101110

Color Harmonies of #713DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DAE

Black with #713DAE

Text Example


Text Example

White with #713DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #713DAE;
 }
 .AnyTagClassName
 {
   color: #713DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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