#710934

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

Shades of Tyrian Purple #710934

Tints of Tyrian Purple #710934

Color information

#710934 (or 0x710934) is unknown color: approx Tyrian Purple. HEX triplet: 71, 09 and 34. RGB value is (113,9,52). Sum of RGB (Red+Green+Blue) = 113+9+52=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #710934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710934 is #8EF6CB. Grayscale: #2C2C2C. Windows color (decimal): -9369292 or 3410289. OLE color: 3410289.

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

Color convert

RGB113952-
CMYK00.920.540.56
HSL335.19º85.25%23.92%-
HSV(B)335.19º92.04%44.31%-
XYZ7.533.953.62-
YUV45131.96176.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.94%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=64.94%
G=5.17%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11395200.920.540.56335.1985.2523.92
Hex7193405C363814f5518
Octal16111640134667051712530
Binary1110001100111010001011100110110111000101001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710934; }

 p { color: rgb(113,9,52); }

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

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

 a { background-color: rgb(113,9,52); }

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

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

 span { border-color: rgb(113,9,52); }

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