#710136

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

Shades of Tyrian Purple #710136

Tints of Tyrian Purple #710136

Color information

#710136 (or 0x710136) is unknown color: approx Tyrian Purple. HEX triplet: 71, 01 and 36. RGB value is (113,1,54). Sum of RGB (Red+Green+Blue) = 113+1+54=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #710136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710136 is #8EFEC9. Grayscale: #282828. Windows color (decimal): -9371338 or 3539313. OLE color: 3539313.

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

Color convert

RGB113154-
CMYK00.990.520.56
HSL331.61º98.25%22.35%-
HSV(B)331.61º99.12%44.31%-
XYZ7.493.83.83-
YUV40.53135.61179.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=67.26%
G=0.60%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11315400.990.520.56331.6198.2522.35
Hex71136063343814c6216
Octal1611660143647051414226
Binary1110001111011001100011110100111000101001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710136; }

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

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

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

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

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

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

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

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