Html Css Color HEX #713F9A Royal Purple

📋 copy color: '#713F9A'

red 113 ◦ green 63 ◦ blue 154

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

Shades of Royal Purple #713F9A

Tints of Royal Purple #713F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.67%

R = 34.24%
G = 19.09%
B = 46.67%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#713F9A (or 0x713F9A) is known color: Royal Purple. HEX triplet: 71, 3F and 9A. RGB value is (113,63,154). Sum of RGB (Red+Green+Blue) = 113+63+154=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #713F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713F9A is #8EC065. Grayscale: #585858. Windows color (decimal): -9355366 or 10108785. OLE color: 10108785.

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

Color convert

RGB 113 63 154 -
CMYK 0.27 0.59 0 0.40
HSL 272.97º 0.42% 0.43% -
HSV(B) 272.97º 0.59% 0.6% -
XYZ 14.42 9.4 31.63 -
YUV 88.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 113 63 154 0.27 0.59 0 0.40 272.97 0.42 0.43
Hex 71 3F 9A 1B 3B 0 28 111 2A 2B
Octal 161 77 232 33 73 0 50 421 52 53
Binary 1110001 111111 10011010 11011 111011 0 101000 100010001 101010 101011

Color Harmonies of #713F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F9A

Black with #713F9A

Text Example


Text Example

White with #713F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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