#71054E

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

Shades of Tyrian Purple #71054E

Tints of Tyrian Purple #71054E

Color information

#71054E (or 0x71054E) is unknown color: approx Tyrian Purple. HEX triplet: 71, 05 and 4E. RGB value is (113,5,78). Sum of RGB (Red+Green+Blue) = 113+5+78=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71054E is #8EFAB1. Grayscale: #2D2D2D. Windows color (decimal): -9370290 or 5113201. OLE color: 5113201.

HSL color Cylindrical-coordinate representation of color #71054E: hue angle of 319.44º degrees, saturation: 0.92, 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 #71054E is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB113578-
CMYK00.960.310.56
HSL319.44º91.53%23.14%-
HSV(B)319.44º95.58%44.31%-
XYZ8.244.177.58-
YUV45.61146.28176.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.65%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=57.65%
G=2.55%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11357800.960.310.56319.4491.5323.14
Hex7154E0601F3813f5c17
Octal16151160140377047713427
Binary111000110110011100110000011111111000100111111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71054E; }

 p { color: rgb(113,5,78); }

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

<style>
 a { background-color: #71054E; }

 a { background-color: rgb(113,5,78); }

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

<style>
 span { border-color: #71054E; }

 span { border-color: rgb(113,5,78); }

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