Html Css Color HEX #713F9B Royal Purple

📋 copy color: '#713F9B'

red 113 ◦ green 63 ◦ blue 155

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

Shades of Royal Purple #713F9B

Tints of Royal Purple #713F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

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

R = 34.14%
G = 19.03%
B = 46.83%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#713F9B (or 0x713F9B) is known color: Royal Purple. HEX triplet: 71, 3F and 9B. RGB value is (113,63,155). Sum of RGB (Red+Green+Blue) = 113+63+155=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #713F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713F9B is #8EC064. Grayscale: #585858. Windows color (decimal): -9355365 or 10174321. OLE color: 10174321.

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

Color convert

RGB 113 63 155 -
CMYK 0.27 0.59 0 0.39
HSL 272.61º 0.42% 0.43% -
HSV(B) 272.61º 0.59% 0.61% -
XYZ 14.5 9.43 32.07 -
YUV 88.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 113 63 155 0.27 0.59 0 0.39 272.61 0.42 0.43
Hex 71 3F 9B 1B 3B 0 27 111 2A 2B
Octal 161 77 233 33 73 0 47 421 52 53
Binary 1110001 111111 10011011 11011 111011 0 100111 100010001 101010 101011

Color Harmonies of #713F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F9B

Black with #713F9B

Text Example


Text Example

White with #713F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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