#710252

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

Shades of Tyrian Purple #710252

Tints of Tyrian Purple #710252

Color information

#710252 (or 0x710252) is unknown color: approx Tyrian Purple. HEX triplet: 71, 02 and 52. RGB value is (113,2,82). Sum of RGB (Red+Green+Blue) = 113+2+82=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #710252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710252 is #8EFDAD. Grayscale: #2C2C2C. Windows color (decimal): -9371054 or 5374577. OLE color: 5374577.

HSL color Cylindrical-coordinate representation of color #710252: hue angle of 316.76º 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 #710252 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB113282-
CMYK00.980.270.56
HSL316.76º96.52%22.55%-
HSV(B)316.76º98.23%44.31%-
XYZ8.354.168.35-
YUV44.31149.27177-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.36%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=57.36%
G=1.02%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11328200.980.270.56316.7696.5222.55
Hex712520621B3813d6117
Octal16121220142337047514127
Binary11100011010100100110001011011111000100111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710252; }

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

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

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

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

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

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

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

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