#71399B

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

Shades of Royal Purple #71399B

Tints of Royal Purple #71399B

Color information

#71399B (or 0x71399B) is unknown color: approx Royal Purple. HEX triplet: 71, 39 and 9B. RGB value is (113,57,155). Sum of RGB (Red+Green+Blue) = 113+57+155=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #71399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71399B is #8EC664. Grayscale: #545454. Windows color (decimal): -9356901 or 10172785. OLE color: 10172785.

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

Color convert

RGB11357155-
CMYK0.270.6300.39
HSL274.29º46.23%41.57%-
HSV(B)274.29º63.23%60.78%-
XYZ14.198.831.96-
YUV84.92167.55148.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=34.77%
G=17.54%
B=47.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113571550.270.6300.39274.2946.2341.57
Hex71399B1B3F0271122e2a
Octal1617123333770474225652
Binary111000111100110011011110111111110100111100010010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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