Html Css Color HEX #713999 Royal Purple

📋 copy color: '#713999'

red 113 ◦ green 57 ◦ blue 153

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

Shades of Royal Purple #713999

Tints of Royal Purple #713999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 34.98%
G = 17.65%
B = 47.37%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#713999 (or 0x713999) is known color: Royal Purple. HEX triplet: 71, 39 and 99. RGB value is (113,57,153). Sum of RGB (Red+Green+Blue) = 113+57+153=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #713999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713999 is #8EC666. Grayscale: #545454. Windows color (decimal): -9356903 or 10041713. OLE color: 10041713.

HSL color Cylindrical-coordinate representation of color #713999: hue angle of 275º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713999 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 57 153 -
CMYK 0.26 0.63 0 0.4
HSL 275º 0.46% 0.41% -
HSV(B) 275º 0.63% 0.6% -
XYZ 14.02 8.74 31.08 -
YUV 84.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 113 57 153 0.26 0.63 0 0.4 275 0.46 0.41
Hex 71 39 99 1A 3F 0 28 113 2E 29
Octal 161 71 231 32 77 0 50 423 56 51
Binary 1110001 111001 10011001 11010 111111 0 101000 100010011 101110 101001

Color Harmonies of #713999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713999

Black with #713999

Text Example


Text Example

White with #713999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713999; }

 p { color: rgb(113,57,153); }

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

background-color css

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

 a { background-color: rgb(113,57,153); }

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

border-color css

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

 span { border-color: rgb(113,57,153); }

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