#71339B

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

Shades of Royal Purple #71339B

Tints of Royal Purple #71339B

Color information

#71339B (or 0x71339B) is unknown color: approx Royal Purple. HEX triplet: 71, 33 and 9B. RGB value is (113,51,155). Sum of RGB (Red+Green+Blue) = 113+51+155=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #71339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71339B is #8ECC64. Grayscale: #515151. Windows color (decimal): -9358437 or 10171249. OLE color: 10171249.

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

Color convert

RGB11351155-
CMYK0.270.6700.39
HSL275.77º50.49%40.39%-
HSV(B)275.77º67.1%60.78%-
XYZ13.918.2431.87-
YUV81.39169.54150.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=35.42%
G=15.99%
B=48.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113511550.270.6700.39275.7750.4940.39
Hex71339B1B430271143228
Octal16163233331030474246250
Binary1110001110011100110111101110000110100111100010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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