#710649

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

Shades of Tyrian Purple #710649

Tints of Tyrian Purple #710649

Color information

#710649 (or 0x710649) is unknown color: approx Tyrian Purple. HEX triplet: 71, 06 and 49. RGB value is (113,6,73). Sum of RGB (Red+Green+Blue) = 113+6+73=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #710649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710649 is #8EF9B6. Grayscale: #2D2D2D. Windows color (decimal): -9370039 or 4785777. OLE color: 4785777.

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

Color convert

RGB113673-
CMYK00.950.350.56
HSL322.43º89.92%23.33%-
HSV(B)322.43º94.69%44.31%-
XYZ8.084.126.67-
YUV45.63143.45176.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.85%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=58.85%
G=3.12%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11367300.950.350.56322.4389.9223.33
Hex7164905F23381425a17
Octal16161110137437050213227
Binary1110001110100100101011111100011111000101000010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710649; }

 p { color: rgb(113,6,73); }

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

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

 a { background-color: rgb(113,6,73); }

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

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

 span { border-color: rgb(113,6,73); }

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