#710754

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

Shades of Tyrian Purple #710754

Tints of Tyrian Purple #710754

Color information

#710754 (or 0x710754) is unknown color: approx Tyrian Purple. HEX triplet: 71, 07 and 54. RGB value is (113,7,84). Sum of RGB (Red+Green+Blue) = 113+7+84=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #710754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710754 is #8EF8AB. Grayscale: #2F2F2F. Windows color (decimal): -9369772 or 5506929. OLE color: 5506929.

HSL color Cylindrical-coordinate representation of color #710754: hue angle of 316.42º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710754 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB113784-
CMYK00.940.260.56
HSL316.42º88.33%23.53%-
HSV(B)316.42º93.81%44.31%-
XYZ8.494.38.77-
YUV47.47148.62174.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=55.39%
G=3.43%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11378400.940.260.56316.4288.3323.53
Hex7175405E1A3813c5818
Octal16171240136327047413030
Binary111000111110101000101111011010111000100111100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710754; }

 p { color: rgb(113,7,84); }

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

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

 a { background-color: rgb(113,7,84); }

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

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

 span { border-color: rgb(113,7,84); }

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