#71329D

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

Shades of Royal Purple #71329D

Tints of Royal Purple #71329D

Color information

#71329D (or 0x71329D) is unknown color: approx Royal Purple. HEX triplet: 71, 32 and 9D. RGB value is (113,50,157). Sum of RGB (Red+Green+Blue) = 113+50+157=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #71329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71329D is #8ECD62. Grayscale: #505050. Windows color (decimal): -9358691 or 10302065. OLE color: 10302065.

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

Color convert

RGB11350157-
CMYK0.280.6800.38
HSL275.33º51.69%40.59%-
HSV(B)275.33º68.15%61.57%-
XYZ14.048.2332.75-
YUV81.04170.87150.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=35.31%
G=15.62%
B=49.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113501570.280.6800.38275.3351.6940.59
Hex71329D1C440261133429
Octal16162235341040464236451
Binary1110001110010100111011110010001000100110100010011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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