#710236

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

Shades of Tyrian Purple #710236

Tints of Tyrian Purple #710236

Color information

#710236 (or 0x710236) is unknown color: approx Tyrian Purple. HEX triplet: 71, 02 and 36. RGB value is (113,2,54). Sum of RGB (Red+Green+Blue) = 113+2+54=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #710236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710236 is #8EFDC9. Grayscale: #292929. Windows color (decimal): -9371082 or 3539569. OLE color: 3539569.

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

Color convert

RGB113254-
CMYK00.980.520.56
HSL331.89º96.52%22.55%-
HSV(B)331.89º98.23%44.31%-
XYZ7.53.823.83-
YUV41.12135.27179.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.86%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=66.86%
G=1.18%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11325400.980.520.56331.8996.5222.55
Hex71236062343814c6117
Octal1612660142647051414127
Binary11100011011011001100010110100111000101001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710236; }

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

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

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

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

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

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

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

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