Html Css Color HEX #713298 Royal Purple

📋 copy color: '#713298'

red 113 ◦ green 50 ◦ blue 152

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

Shades of Royal Purple #713298

Tints of Royal Purple #713298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

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

R = 35.87%
G = 15.87%
B = 48.25%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#713298 (or 0x713298) is known color: Royal Purple. HEX triplet: 71, 32 and 98. RGB value is (113,50,152). Sum of RGB (Red+Green+Blue) = 113+50+152=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #713298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713298 is #8ECD67. Grayscale: #505050. Windows color (decimal): -9358696 or 9974385. OLE color: 9974385.

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

Color convert

RGB 113 50 152 -
CMYK 0.26 0.67 0 0.40
HSL 277.06º 0.5% 0.4% -
HSV(B) 277.06º 0.67% 0.6% -
XYZ 13.62 8.06 30.54 -
YUV 80.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 113 50 152 0.26 0.67 0 0.40 277.06 0.5 0.4
Hex 71 32 98 1A 43 0 28 115 32 28
Octal 161 62 230 32 103 0 50 425 62 50
Binary 1110001 110010 10011000 11010 1000011 0 101000 100010101 110010 101000

Color Harmonies of #713298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713298

Black with #713298

Text Example


Text Example

White with #713298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713298; }

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

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

background-color css

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

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

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

border-color css

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

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

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