#71329C

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

Shades of Royal Purple #71329C

Tints of Royal Purple #71329C

Color information

#71329C (or 0x71329C) is unknown color: approx Royal Purple. HEX triplet: 71, 32 and 9C. RGB value is (113,50,156). Sum of RGB (Red+Green+Blue) = 113+50+156=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #71329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71329C is #8ECD63. Grayscale: #505050. Windows color (decimal): -9358692 or 10236529. OLE color: 10236529.

HSL color Cylindrical-coordinate representation of color #71329C: hue angle of 275.66º 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 #71329C is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11350156-
CMYK0.280.6800.39
HSL275.66º51.46%40.39%-
HSV(B)275.66º67.95%61.18%-
XYZ13.958.1932.3-
YUV80.92170.37150.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 50 (19.92% from 255) = 15.67%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=35.42%
G=15.67%
B=48.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113501560.280.6800.39275.6651.4640.39
Hex71329C1C440271143328
Octal16162234341040474246350
Binary1110001110010100111001110010001000100111100010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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