Html Css Color HEX #71319A Royal Purple

📋 copy color: '#71319A'

red 113 ◦ green 49 ◦ blue 154

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

Shades of Royal Purple #71319A

Tints of Royal Purple #71319A

RGB

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

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

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

R = 35.76%
G = 15.51%
B = 48.73%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71319A (or 0x71319A) is known color: Royal Purple. HEX triplet: 71, 31 and 9A. RGB value is (113,49,154). Sum of RGB (Red+Green+Blue) = 113+49+154=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #71319A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71319A is #8ECE65. Grayscale: #4F4F4F. Windows color (decimal): -9358950 or 10105201. OLE color: 10105201.

HSL color Cylindrical-coordinate representation of color #71319A: hue angle of 276.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71319A is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 49 154 -
CMYK 0.27 0.68 0 0.40
HSL 276.57º 0.52% 0.4% -
HSV(B) 276.57º 0.68% 0.6% -
XYZ 13.74 8.04 31.4 -
YUV 80.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 113 49 154 0.27 0.68 0 0.40 276.57 0.52 0.4
Hex 71 31 9A 1B 44 0 28 115 34 28
Octal 161 61 232 33 104 0 50 425 64 50
Binary 1110001 110001 10011010 11011 1000100 0 101000 100010101 110100 101000

Color Harmonies of #71319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71319A

Black with #71319A

Text Example


Text Example

White with #71319A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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