#710A4B

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

Shades of Tyrian Purple #710A4B

Tints of Tyrian Purple #710A4B

Color information

#710A4B (or 0x710A4B) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0A and 4B. RGB value is (113,10,75). Sum of RGB (Red+Green+Blue) = 113+10+75=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #710A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A4B is #8EF5B4. Grayscale: #303030. Windows color (decimal): -9369013 or 4917873. OLE color: 4917873.

HSL color Cylindrical-coordinate representation of color #710A4B: hue angle of 322.14º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A4B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1131075-
CMYK00.910.340.56
HSL322.14º83.74%24.12%-
HSV(B)322.14º91.15%44.31%-
XYZ8.194.247.04-
YUV48.21143.12174.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=57.07%
G=5.05%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113107500.910.340.56322.1483.7424.12
Hex71A4B05B22381425418
Octal161121130133427050212430
Binary11100011010100101101011011100010111000101000010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710A4B; }

 p { color: rgb(113,10,75); }

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

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

 a { background-color: rgb(113,10,75); }

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

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

 span { border-color: rgb(113,10,75); }

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