#710842

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

Shades of Tyrian Purple #710842

Tints of Tyrian Purple #710842

Color information

#710842 (or 0x710842) is unknown color: approx Tyrian Purple. HEX triplet: 71, 08 and 42. RGB value is (113,8,66). Sum of RGB (Red+Green+Blue) = 113+8+66=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710842 is #8EF7BD. Grayscale: #2D2D2D. Windows color (decimal): -9369534 or 4327537. OLE color: 4327537.

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

Color convert

RGB113866-
CMYK00.930.420.56
HSL326.86º86.78%23.73%-
HSV(B)326.86º92.92%44.31%-
XYZ7.884.085.53-
YUV46.01139.29175.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=60.43%
G=4.28%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11386600.930.420.56326.8686.7823.73
Hex7184205D2A381475718
Octal161101020135527050712730
Binary11100011000100001001011101101010111000101000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710842; }

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

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

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

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

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

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

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

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