#710258

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

Shades of Tyrian Purple #710258

Tints of Tyrian Purple #710258

Color information

#710258 (or 0x710258) is unknown color: approx Tyrian Purple. HEX triplet: 71, 02 and 58. RGB value is (113,2,88). Sum of RGB (Red+Green+Blue) = 113+2+88=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #710258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710258 is #8EFDA7. Grayscale: #2C2C2C. Windows color (decimal): -9371048 or 5767793. OLE color: 5767793.

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

Color convert

RGB113288-
CMYK00.980.220.56
HSL313.51º96.52%22.55%-
HSV(B)313.51º98.23%44.31%-
XYZ8.594.269.6-
YUV44.99152.27176.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=55.67%
G=0.99%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11328800.980.220.56313.5196.5222.55
Hex71258062163813a6117
Octal16121300142267047214127
Binary11100011010110000110001010110111000100111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710258; }

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

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

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

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

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

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

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

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