#71409B

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

Shades of Royal Purple #71409B

Tints of Royal Purple #71409B

Color information

#71409B (or 0x71409B) is unknown color: approx Royal Purple. HEX triplet: 71, 40 and 9B. RGB value is (113,64,155). Sum of RGB (Red+Green+Blue) = 113+64+155=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #71409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71409B is #8EBF64. Grayscale: #585858. Windows color (decimal): -9355109 or 10174577. OLE color: 10174577.

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

Color convert

RGB11364155-
CMYK0.270.5900.39
HSL272.31º41.55%42.94%-
HSV(B)272.31º58.71%60.78%-
XYZ14.569.5432.09-
YUV89.02165.23145.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=34.04%
G=19.28%
B=46.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113641550.270.5900.39272.3141.5542.94
Hex71409B1B3B0271102a2b
Octal16110023333730474205253
Binary1110001100000010011011110111110110100111100010000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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