#710834

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

Shades of Tyrian Purple #710834

Tints of Tyrian Purple #710834

Color information

#710834 (or 0x710834) is unknown color: approx Tyrian Purple. HEX triplet: 71, 08 and 34. RGB value is (113,8,52). Sum of RGB (Red+Green+Blue) = 113+8+52=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #710834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710834 is #8EF7CB. Grayscale: #2C2C2C. Windows color (decimal): -9369548 or 3410033. OLE color: 3410033.

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

Color convert

RGB113852-
CMYK00.930.540.56
HSL334.86º86.78%23.73%-
HSV(B)334.86º92.92%44.31%-
XYZ7.523.933.61-
YUV44.41132.29176.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.32%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=65.32%
G=4.62%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11385200.930.540.56334.8686.7823.73
Hex7183405D363814f5718
Octal16110640135667051712730
Binary1110001100011010001011101110110111000101001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710834; }

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

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

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

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

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

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

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

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