#71329B

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

Shades of Royal Purple #71329B

Tints of Royal Purple #71329B

Color information

#71329B (or 0x71329B) is unknown color: approx Royal Purple. HEX triplet: 71, 32 and 9B. RGB value is (113,50,155). Sum of RGB (Red+Green+Blue) = 113+50+155=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #71329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71329B is #8ECD64. Grayscale: #505050. Windows color (decimal): -9358693 or 10170993. OLE color: 10170993.

HSL color Cylindrical-coordinate representation of color #71329B: hue angle of 276º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71329B is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11350155-
CMYK0.270.6800.39
HSL276º51.22%40.2%-
HSV(B)276º67.74%60.78%-
XYZ13.878.1631.85-
YUV80.81169.87150.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 50 (19.92% from 255) = 15.72%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=35.53%
G=15.72%
B=48.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113501550.270.6800.3927651.2240.2
Hex71329B1B440271143328
Octal16162233331040474246350
Binary1110001110010100110111101110001000100111100010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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