#71004F

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

Shades of Tyrian Purple #71004F

Tints of Tyrian Purple #71004F

Color information

#71004F (or 0x71004F) is unknown color: approx Tyrian Purple. HEX triplet: 71, 00 and 4F. RGB value is (113,0,79). Sum of RGB (Red+Green+Blue) = 113+0+79=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71004F is #8EFFB0. Grayscale: #2A2A2A. Windows color (decimal): -9371569 or 5177457. OLE color: 5177457.

HSL color Cylindrical-coordinate representation of color #71004F: hue angle of 318.05º 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 #71004F is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB113079-
CMYK010.300.56
HSL318.05º100%22.16%-
HSV(B)318.05º100%44.31%-
XYZ8.224.087.75-
YUV42.79148.44178.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=58.85%
G=0%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113079010.300.56318.0510022.16
Hex7104F0641E3813e6416
Octal16101170144367047614426
Binary1110001010011110110010011110111000100111110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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