#71419F

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

Shades of Royal Purple #71419F

Tints of Royal Purple #71419F

Color information

#71419F (or 0x71419F) is unknown color: approx Royal Purple. HEX triplet: 71, 41 and 9F. RGB value is (113,65,159). Sum of RGB (Red+Green+Blue) = 113+65+159=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #71419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71419F is #8EBE60. Grayscale: #595959. Windows color (decimal): -9354849 or 10436977. OLE color: 10436977.

HSL color Cylindrical-coordinate representation of color #71419F: hue angle of 270.64º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71419F is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11365159-
CMYK0.290.5900.38
HSL270.64º41.96%43.92%-
HSV(B)270.64º59.12%62.35%-
XYZ14.969.7933.9-
YUV90.07166.9144.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 159 (62.5% from 255) = 47.18%
R=33.53%
G=19.29%
B=47.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113651590.290.5900.38270.6441.9643.92
Hex71419F1D3B02610f2a2c
Octal16110123735730464175254
Binary1110001100000110011111111011110110100110100001111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71419F; }

 p { color: rgb(113,65,159); }

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

<style>
 a { background-color: #71419F; }

 a { background-color: rgb(113,65,159); }

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

<style>
 span { border-color: #71419F; }

 span { border-color: rgb(113,65,159); }

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