Html Css Color HEX #713694 Royal Purple

📋 copy color: '#713694'

red 113 ◦ green 54 ◦ blue 148

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

Shades of Royal Purple #713694

Tints of Royal Purple #713694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.14%

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 35.87%
G = 17.14%
B = 46.98%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713694 (or 0x713694) is known color: Royal Purple. HEX triplet: 71, 36 and 94. RGB value is (113,54,148). Sum of RGB (Red+Green+Blue) = 113+54+148=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #713694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713694 is #8EC96B. Grayscale: #525252. Windows color (decimal): -9357676 or 9713265. OLE color: 9713265.

HSL color Cylindrical-coordinate representation of color #713694: hue angle of 277.66º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713694 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 54 148 -
CMYK 0.24 0.64 0 0.42
HSL 277.66º 0.47% 0.4% -
HSV(B) 277.66º 0.64% 0.58% -
XYZ 13.47 8.29 28.91 -
YUV 82.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 113 54 148 0.24 0.64 0 0.42 277.66 0.47 0.4
Hex 71 36 94 18 40 0 2A 116 2F 28
Octal 161 66 224 30 100 0 52 426 57 50
Binary 1110001 110110 10010100 11000 1000000 0 101010 100010110 101111 101000

Color Harmonies of #713694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713694

Black with #713694

Text Example


Text Example

White with #713694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713694; }

 p { color: rgb(113,54,148); }

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

background-color css

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

 a { background-color: rgb(113,54,148); }

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

border-color css

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

 span { border-color: rgb(113,54,148); }

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