#71045A

Color #71045A Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #71045A

Tints of Tyrian Purple #71045A

Color information

#71045A (or 0x71045A) is unknown color: approx Tyrian Purple. HEX triplet: 71, 04 and 5A. RGB value is (113,4,90). Sum of RGB (Red+Green+Blue) = 113+4+90=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71045A is #8EFBA5. Grayscale: #2E2E2E. Windows color (decimal): -9370534 or 5899377. OLE color: 5899377.

HSL color Cylindrical-coordinate representation of color #71045A: hue angle of 312.66º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71045A is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB113490-
CMYK00.960.200.56
HSL312.66º93.16%22.94%-
HSV(B)312.66º96.46%44.31%-
XYZ8.74.3410.05-
YUV46.4152.61175.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=54.59%
G=1.93%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11349000.960.200.56312.6693.1622.94
Hex7145A06014381395d17
Octal16141320140247047113527
Binary111000110010110100110000010100111000100111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71045A; }

 p { color: rgb(113,4,90); }

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

<style>
 a { background-color: #71045A; }

 a { background-color: rgb(113,4,90); }

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

<style>
 span { border-color: #71045A; }

 span { border-color: rgb(113,4,90); }

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