#710048

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

Shades of Tyrian Purple #710048

Tints of Tyrian Purple #710048

Color information

#710048 (or 0x710048) is unknown color: approx Tyrian Purple. HEX triplet: 71, 00 and 48. RGB value is (113,0,72). Sum of RGB (Red+Green+Blue) = 113+0+72=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #710048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710048 is #8EFFB7. Grayscale: #292929. Windows color (decimal): -9371576 or 4718705. OLE color: 4718705.

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

Color convert

RGB113072-
CMYK010.360.56
HSL321.77º100%22.16%-
HSV(B)321.77º100%44.31%-
XYZ7.983.986.48-
YUV42144.94178.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=61.08%
G=0%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113072010.360.56321.7710022.16
Hex7104806424381426416
Octal16101100144447050214426
Binary11100010100100001100100100100111000101000010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710048; }

 p { color: rgb(113,0,72); }

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

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

 a { background-color: rgb(113,0,72); }

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

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

 span { border-color: rgb(113,0,72); }

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