#710248

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

Shades of Tyrian Purple #710248

Tints of Tyrian Purple #710248

Color information

#710248 (or 0x710248) is unknown color: approx Tyrian Purple. HEX triplet: 71, 02 and 48. RGB value is (113,2,72). Sum of RGB (Red+Green+Blue) = 113+2+72=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710248 is #8EFDB7. Grayscale: #2B2B2B. Windows color (decimal): -9371064 or 4719217. OLE color: 4719217.

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

Color convert

RGB113272-
CMYK00.980.360.56
HSL322.16º96.52%22.55%-
HSV(B)322.16º98.23%44.31%-
XYZ84.026.49-
YUV43.17144.27177.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=60.43%
G=1.07%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11327200.980.360.56322.1696.5222.55
Hex7124806224381426117
Octal16121100142447050214127
Binary111000110100100001100010100100111000101000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710248; }

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

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

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

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

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

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

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

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