#71369D

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

Shades of Royal Purple #71369D

Tints of Royal Purple #71369D

Color information

#71369D (or 0x71369D) is unknown color: approx Royal Purple. HEX triplet: 71, 36 and 9D. RGB value is (113,54,157). Sum of RGB (Red+Green+Blue) = 113+54+157=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #71369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71369D is #8EC962. Grayscale: #535353. Windows color (decimal): -9357667 or 10303089. OLE color: 10303089.

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

Color convert

RGB11354157-
CMYK0.280.6600.38
HSL274.37º48.82%41.37%-
HSV(B)274.37º65.61%61.57%-
XYZ14.228.5832.81-
YUV83.38169.55149.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=34.88%
G=16.67%
B=48.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113541570.280.6600.38274.3748.8241.37
Hex71369D1C420261123129
Octal16166235341020464226151
Binary1110001110110100111011110010000100100110100010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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