#710141

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

Shades of Tyrian Purple #710141

Tints of Tyrian Purple #710141

Color information

#710141 (or 0x710141) is unknown color: approx Tyrian Purple. HEX triplet: 71, 01 and 41. RGB value is (113,1,65). Sum of RGB (Red+Green+Blue) = 113+1+65=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #710141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710141 is #8EFEBE. Grayscale: #292929. Windows color (decimal): -9371327 or 4260209. OLE color: 4260209.

HSL color Cylindrical-coordinate representation of color #710141: hue angle of 325.71º 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 #710141 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB113165-
CMYK00.990.420.56
HSL325.71º98.25%22.35%-
HSV(B)325.71º99.12%44.31%-
XYZ7.783.915.35-
YUV41.78141.11178.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.13%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=63.13%
G=0.56%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11316500.990.420.56325.7198.2522.35
Hex711410632A381466216
Octal16111010143527050614226
Binary11100011100000101100011101010111000101000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710141; }

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

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

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

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

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

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

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

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