#71015A

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

Shades of Tyrian Purple #71015A

Tints of Tyrian Purple #71015A

Color information

#71015A (or 0x71015A) is unknown color: approx Tyrian Purple. HEX triplet: 71, 01 and 5A. RGB value is (113,1,90). Sum of RGB (Red+Green+Blue) = 113+1+90=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #71015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71015A is #8EFEA5. Grayscale: #2C2C2C. Windows color (decimal): -9371302 or 5898609. OLE color: 5898609.

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

Color convert

RGB113190-
CMYK00.990.200.56
HSL312.32º98.25%22.35%-
HSV(B)312.32º99.12%44.31%-
XYZ8.674.2710.04-
YUV44.63153.61176.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=55.39%
G=0.49%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11319000.990.200.56312.3298.2522.35
Hex7115A06314381386216
Octal16111320143247047014226
Binary1110001110110100110001110100111000100111000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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