#71004E

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

Shades of Tyrian Purple #71004E

Tints of Tyrian Purple #71004E

Color information

#71004E (or 0x71004E) is unknown color: approx Tyrian Purple. HEX triplet: 71, 00 and 4E. RGB value is (113,0,78). Sum of RGB (Red+Green+Blue) = 113+0+78=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71004E is #8EFFB1. Grayscale: #2A2A2A. Windows color (decimal): -9371570 or 5111921. OLE color: 5111921.

HSL color Cylindrical-coordinate representation of color #71004E: hue angle of 318.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71004E is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB113078-
CMYK010.310.56
HSL318.58º100%22.16%-
HSV(B)318.58º100%44.31%-
XYZ8.194.067.56-
YUV42.68147.94178.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=59.16%
G=0%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113078010.310.56318.5810022.16
Hex7104E0641F3813f6416
Octal16101160144377047714426
Binary1110001010011100110010011111111000100111111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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