#710532

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

Shades of Tyrian Purple #710532

Tints of Tyrian Purple #710532

Color information

#710532 (or 0x710532) is unknown color: approx Tyrian Purple. HEX triplet: 71, 05 and 32. RGB value is (113,5,50). Sum of RGB (Red+Green+Blue) = 113+5+50=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #710532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710532 is #8EFACD. Grayscale: #2A2A2A. Windows color (decimal): -9370318 or 3278193. OLE color: 3278193.

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

Color convert

RGB113550-
CMYK00.960.560.56
HSL335º91.53%23.14%-
HSV(B)335º95.58%44.31%-
XYZ7.443.853.37-
YUV42.42132.28178.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 50 (19.92% from 255) = 29.76%
R=67.26%
G=2.98%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11355000.960.560.5633591.5323.14
Hex71532060383814f5c17
Octal1615620140707051713427
Binary111000110111001001100000111000111000101001111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710532; }

 p { color: rgb(113,5,50); }

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

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

 a { background-color: rgb(113,5,50); }

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

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

 span { border-color: rgb(113,5,50); }

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