#710455

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

Shades of Tyrian Purple #710455

Tints of Tyrian Purple #710455

Color information

#710455 (or 0x710455) is unknown color: approx Tyrian Purple. HEX triplet: 71, 04 and 55. RGB value is (113,4,85). Sum of RGB (Red+Green+Blue) = 113+4+85=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #710455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710455 is #8EFBAA. Grayscale: #2D2D2D. Windows color (decimal): -9370539 or 5571697. OLE color: 5571697.

HSL color Cylindrical-coordinate representation of color #710455: hue angle of 315.41º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710455 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB113485-
CMYK00.960.250.56
HSL315.41º93.16%22.94%-
HSV(B)315.41º96.46%44.31%-
XYZ8.494.258.97-
YUV45.82150.11175.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=55.94%
G=1.98%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11348500.960.250.56315.4193.1622.94
Hex71455060193813b5d17
Octal16141250140317047313527
Binary111000110010101010110000011001111000100111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710455; }

 p { color: rgb(113,4,85); }

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

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

 a { background-color: rgb(113,4,85); }

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

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

 span { border-color: rgb(113,4,85); }

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