Html Css Color HEX #713498 Royal Purple

📋 copy color: '#713498'

red 113 ◦ green 52 ◦ blue 152

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

Shades of Royal Purple #713498

Tints of Royal Purple #713498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 35.65%
G = 16.4%
B = 47.95%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#713498 (or 0x713498) is known color: Royal Purple. HEX triplet: 71, 34 and 98. RGB value is (113,52,152). Sum of RGB (Red+Green+Blue) = 113+52+152=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #713498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713498 is #8ECB67. Grayscale: #515151. Windows color (decimal): -9358184 or 9974897. OLE color: 9974897.

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

Color convert

RGB 113 52 152 -
CMYK 0.26 0.66 0 0.40
HSL 276.6º 0.49% 0.4% -
HSV(B) 276.6º 0.66% 0.6% -
XYZ 13.71 8.23 30.57 -
YUV 81.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 113 52 152 0.26 0.66 0 0.40 276.6 0.49 0.4
Hex 71 34 98 1A 42 0 28 115 31 28
Octal 161 64 230 32 102 0 50 425 61 50
Binary 1110001 110100 10011000 11010 1000010 0 101000 100010101 110001 101000

Color Harmonies of #713498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713498

Black with #713498

Text Example


Text Example

White with #713498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713498; }

 p { color: rgb(113,52,152); }

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

background-color css

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

 a { background-color: rgb(113,52,152); }

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

border-color css

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

 span { border-color: rgb(113,52,152); }

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