Html Css Color HEX #713D9B Royal Purple

📋 copy color: '#713D9B'

red 113 ◦ green 61 ◦ blue 155

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

Shades of Royal Purple #713D9B

Tints of Royal Purple #713D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 34.35%
G = 18.54%
B = 47.11%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#713D9B (or 0x713D9B) is known color: Royal Purple. HEX triplet: 71, 3D and 9B. RGB value is (113,61,155). Sum of RGB (Red+Green+Blue) = 113+61+155=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #713D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D9B is #8EC264. Grayscale: #565656. Windows color (decimal): -9355877 or 10173809. OLE color: 10173809.

HSL color Cylindrical-coordinate representation of color #713D9B: hue angle of 273.19º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #713D9B is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 61 155 -
CMYK 0.27 0.61 0 0.39
HSL 273.19º 0.44% 0.42% -
HSV(B) 273.19º 0.61% 0.61% -
XYZ 14.4 9.21 32.03 -
YUV 87.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 113 61 155 0.27 0.61 0 0.39 273.19 0.44 0.42
Hex 71 3D 9B 1B 3D 0 27 111 2C 2A
Octal 161 75 233 33 75 0 47 421 54 52
Binary 1110001 111101 10011011 11011 111101 0 100111 100010001 101100 101010

Color Harmonies of #713D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D9B

Black with #713D9B

Text Example


Text Example

White with #713D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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