#710232

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

Shades of Tyrian Purple #710232

Tints of Tyrian Purple #710232

Color information

#710232 (or 0x710232) is unknown color: approx Tyrian Purple. HEX triplet: 71, 02 and 32. RGB value is (113,2,50). Sum of RGB (Red+Green+Blue) = 113+2+50=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #710232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710232 is #8EFDCD. Grayscale: #282828. Windows color (decimal): -9371086 or 3277425. OLE color: 3277425.

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

Color convert

RGB113250-
CMYK00.980.560.56
HSL334.05º96.52%22.55%-
HSV(B)334.05º98.23%44.31%-
XYZ7.413.783.36-
YUV40.66133.27179.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.48%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=68.48%
G=1.21%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11325000.980.560.56334.0596.5222.55
Hex71232062383814e6117
Octal1612620142707051614127
Binary11100011011001001100010111000111000101001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710232; }

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

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

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

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

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

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

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

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