#710836

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

Shades of Tyrian Purple #710836

Tints of Tyrian Purple #710836

Color information

#710836 (or 0x710836) is unknown color: approx Tyrian Purple. HEX triplet: 71, 08 and 36. RGB value is (113,8,54). Sum of RGB (Red+Green+Blue) = 113+8+54=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #710836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710836 is #8EF7C9. Grayscale: #2C2C2C. Windows color (decimal): -9369546 or 3541105. OLE color: 3541105.

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

Color convert

RGB113854-
CMYK00.930.520.56
HSL333.71º86.78%23.73%-
HSV(B)333.71º92.92%44.31%-
XYZ7.563.953.85-
YUV44.64133.29176.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=64.57%
G=4.57%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11385400.930.520.56333.7186.7823.73
Hex7183605D343814e5718
Octal16110660135647051612730
Binary1110001100011011001011101110100111000101001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710836; }

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

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

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

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

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

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

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

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