Html Css Color HEX #713B9D Royal Purple

📋 copy color: '#713B9D'

red 113 ◦ green 59 ◦ blue 157

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

Shades of Royal Purple #713B9D

Tints of Royal Purple #713B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 34.35%
G = 17.93%
B = 47.72%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#713B9D (or 0x713B9D) is known color: Royal Purple. HEX triplet: 71, 3B and 9D. RGB value is (113,59,157). Sum of RGB (Red+Green+Blue) = 113+59+157=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #713B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713B9D is #8EC462. Grayscale: #555555. Windows color (decimal): -9356387 or 10304369. OLE color: 10304369.

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

Color convert

RGB 113 59 157 -
CMYK 0.28 0.62 0 0.38
HSL 273.06º 0.45% 0.42% -
HSV(B) 273.06º 0.62% 0.62% -
XYZ 14.46 9.07 32.89 -
YUV 86.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 113 59 157 0.28 0.62 0 0.38 273.06 0.45 0.42
Hex 71 3B 9D 1C 3E 0 26 111 2D 2A
Octal 161 73 235 34 76 0 46 421 55 52
Binary 1110001 111011 10011101 11100 111110 0 100110 100010001 101101 101010

Color Harmonies of #713B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B9D

Black with #713B9D

Text Example


Text Example

White with #713B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,59,157); }

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

background-color css

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

 a { background-color: rgb(113,59,157); }

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

border-color css

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

 span { border-color: rgb(113,59,157); }

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