#71349E

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

Shades of Royal Purple #71349E

Tints of Royal Purple #71349E

Color information

#71349E (or 0x71349E) is unknown color: approx Royal Purple. HEX triplet: 71, 34 and 9E. RGB value is (113,52,158). Sum of RGB (Red+Green+Blue) = 113+52+158=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #71349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71349E is #8ECB61. Grayscale: #515151. Windows color (decimal): -9358178 or 10368113. OLE color: 10368113.

HSL color Cylindrical-coordinate representation of color #71349E: hue angle of 274.53º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71349E is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11352158-
CMYK0.280.6700.38
HSL274.53º50.48%41.18%-
HSV(B)274.53º67.09%61.96%-
XYZ14.218.4433.23-
YUV82.32170.71149.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=34.98%
G=16.10%
B=48.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113521580.280.6700.38274.5350.4841.18
Hex71349E1C430261133229
Octal16164236341030464236251
Binary1110001110100100111101110010000110100110100010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71349E; }

 p { color: rgb(113,52,158); }

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

<style>
 a { background-color: #71349E; }

 a { background-color: rgb(113,52,158); }

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

<style>
 span { border-color: #71349E; }

 span { border-color: rgb(113,52,158); }

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