#710450

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

Shades of Tyrian Purple #710450

Tints of Tyrian Purple #710450

Color information

#710450 (or 0x710450) is unknown color: approx Tyrian Purple. HEX triplet: 71, 04 and 50. RGB value is (113,4,80). Sum of RGB (Red+Green+Blue) = 113+4+80=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #710450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710450 is #8EFBAF. Grayscale: #2D2D2D. Windows color (decimal): -9370544 or 5244017. OLE color: 5244017.

HSL color Cylindrical-coordinate representation of color #710450: hue angle of 318.17º degrees, saturation: 0.93, 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 #710450 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB113480-
CMYK00.960.290.56
HSL318.17º93.16%22.94%-
HSV(B)318.17º96.46%44.31%-
XYZ8.34.187.96-
YUV45.26147.61176.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.36%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=57.36%
G=2.03%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11348000.960.290.56318.1793.1622.94
Hex714500601D3813e5d17
Octal16141200140357047613527
Binary111000110010100000110000011101111000100111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710450; }

 p { color: rgb(113,4,80); }

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

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

 a { background-color: rgb(113,4,80); }

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

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

 span { border-color: rgb(113,4,80); }

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