#71379D

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

Shades of Royal Purple #71379D

Tints of Royal Purple #71379D

Color information

#71379D (or 0x71379D) is unknown color: approx Royal Purple. HEX triplet: 71, 37 and 9D. RGB value is (113,55,157). Sum of RGB (Red+Green+Blue) = 113+55+157=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #71379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71379D is #8EC862. Grayscale: #535353. Windows color (decimal): -9357411 or 10303345. OLE color: 10303345.

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

Color convert

RGB11355157-
CMYK0.280.6500.38
HSL274.12º48.11%41.57%-
HSV(B)274.12º64.97%61.57%-
XYZ14.268.6832.82-
YUV83.97169.22148.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=34.77%
G=16.92%
B=48.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113551570.280.6500.38274.1248.1141.57
Hex71379D1C41026112302a
Octal16167235341010464226052
Binary1110001110111100111011110010000010100110100010010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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