Html Css Color HEX #713894 Royal Purple

📋 copy color: '#713894'

red 113 ◦ green 56 ◦ blue 148

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

Shades of Royal Purple #713894

Tints of Royal Purple #713894

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 35.65%
G = 17.67%
B = 46.69%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713894 (or 0x713894) is known color: Royal Purple. HEX triplet: 71, 38 and 94. RGB value is (113,56,148). Sum of RGB (Red+Green+Blue) = 113+56+148=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #713894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713894 is #8EC76B. Grayscale: #535353. Windows color (decimal): -9357164 or 9713777. OLE color: 9713777.

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

Color convert

RGB 113 56 148 -
CMYK 0.24 0.62 0 0.42
HSL 277.17º 0.45% 0.4% -
HSV(B) 277.17º 0.62% 0.58% -
XYZ 13.57 8.48 28.94 -
YUV 83.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 113 56 148 0.24 0.62 0 0.42 277.17 0.45 0.4
Hex 71 38 94 18 3E 0 2A 115 2D 28
Octal 161 70 224 30 76 0 52 425 55 50
Binary 1110001 111000 10010100 11000 111110 0 101010 100010101 101101 101000

Color Harmonies of #713894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713894

Black with #713894

Text Example


Text Example

White with #713894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713894; }

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

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

background-color css

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

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

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

border-color css

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

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

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