#710850

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

Shades of Tyrian Purple #710850

Tints of Tyrian Purple #710850

Color information

#710850 (or 0x710850) is unknown color: approx Tyrian Purple. HEX triplet: 71, 08 and 50. RGB value is (113,8,80). Sum of RGB (Red+Green+Blue) = 113+8+80=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #710850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710850 is #8EF7AF. Grayscale: #2F2F2F. Windows color (decimal): -9369520 or 5245041. OLE color: 5245041.

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

Color convert

RGB113880-
CMYK00.930.290.56
HSL318.86º86.78%23.73%-
HSV(B)318.86º92.92%44.31%-
XYZ8.344.267.97-
YUV47.6146.29174.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=56.22%
G=3.98%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11388000.930.290.56318.8686.7823.73
Hex7185005D1D3813f5718
Octal161101200135357047712730
Binary1110001100010100000101110111101111000100111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710850; }

 p { color: rgb(113,8,80); }

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

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

 a { background-color: rgb(113,8,80); }

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

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

 span { border-color: rgb(113,8,80); }

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