#71319D

Color #71319D Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #71319D

Tints of Royal Purple #71319D

Color information

#71319D (or 0x71319D) is unknown color: approx Royal Purple. HEX triplet: 71, 31 and 9D. RGB value is (113,49,157). Sum of RGB (Red+Green+Blue) = 113+49+157=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #71319D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71319D is #8ECE62. Grayscale: #505050. Windows color (decimal): -9358947 or 10301809. OLE color: 10301809.

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

Color convert

RGB11349157-
CMYK0.280.6900.38
HSL275.56º52.43%40.39%-
HSV(B)275.56º68.79%61.57%-
XYZ13.998.1432.73-
YUV80.45171.2151.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=35.42%
G=15.36%
B=49.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113491570.280.6900.38275.5652.4340.39
Hex71319D1C450261143428
Octal16161235341050464246450
Binary1110001110001100111011110010001010100110100010100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71319D;
 }
 .AnyTagClassName
 {
   color: #71319D;
 }
</style>
background-color css

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

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

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

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

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

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