#710338

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

Shades of Tyrian Purple #710338

Tints of Tyrian Purple #710338

Color information

#710338 (or 0x710338) is unknown color: approx Tyrian Purple. HEX triplet: 71, 03 and 38. RGB value is (113,3,56). Sum of RGB (Red+Green+Blue) = 113+3+56=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #710338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710338 is #8EFCC7. Grayscale: #292929. Windows color (decimal): -9370824 or 3670897. OLE color: 3670897.

HSL color Cylindrical-coordinate representation of color #710338: hue angle of 331.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710338 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB113356-
CMYK00.970.500.56
HSL331.09º94.83%22.75%-
HSV(B)331.09º97.35%44.31%-
XYZ7.563.864.09-
YUV41.93135.94178.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=65.70%
G=1.74%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11335600.970.500.56331.0994.8322.75
Hex71338061323814b5f17
Octal1613700141627051313727
Binary11100011111100001100001110010111000101001011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710338; }

 p { color: rgb(113,3,56); }

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

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

 a { background-color: rgb(113,3,56); }

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

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

 span { border-color: rgb(113,3,56); }

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