Html Css Color HEX #71319E Royal Purple

📋 copy color: '#71319E'

red 113 ◦ green 49 ◦ blue 158

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

Shades of Royal Purple #71319E

Tints of Royal Purple #71319E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

 BLUE value IS 158 (62.11% from 255) = 49.38%

R = 35.31%
G = 15.31%
B = 49.38%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71319E (or 0x71319E) is known color: Royal Purple. HEX triplet: 71, 31 and 9E. RGB value is (113,49,158). Sum of RGB (Red+Green+Blue) = 113+49+158=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #71319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71319E is #8ECE61. Grayscale: #505050. Windows color (decimal): -9358946 or 10367345. OLE color: 10367345.

HSL color Cylindrical-coordinate representation of color #71319E: hue angle of 275.23º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71319E is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 49 158 -
CMYK 0.28 0.69 0 0.38
HSL 275.23º 0.53% 0.41% -
HSV(B) 275.23º 0.69% 0.62% -
XYZ 14.08 8.18 33.18 -
YUV 80.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 113 49 158 0.28 0.69 0 0.38 275.23 0.53 0.41
Hex 71 31 9E 1C 45 0 26 113 35 29
Octal 161 61 236 34 105 0 46 423 65 51
Binary 1110001 110001 10011110 11100 1000101 0 100110 100010011 110101 101001

Color Harmonies of #71319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71319E

Black with #71319E

Text Example


Text Example

White with #71319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71319E; }

 p { color: rgb(113,49,158); }

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

background-color css

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

 a { background-color: rgb(113,49,158); }

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

border-color css

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

 span { border-color: rgb(113,49,158); }

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