#710036

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

Shades of Tyrian Purple #710036

Tints of Tyrian Purple #710036

Color information

#710036 (or 0x710036) is unknown color: approx Tyrian Purple. HEX triplet: 71, 00 and 36. RGB value is (113,0,54). Sum of RGB (Red+Green+Blue) = 113+0+54=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #710036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710036 is #8EFFC9. Grayscale: #272727. Windows color (decimal): -9371594 or 3539057. OLE color: 3539057.

HSL color Cylindrical-coordinate representation of color #710036: hue angle of 331.33º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710036 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB113054-
CMYK010.520.56
HSL331.33º100%22.16%-
HSV(B)331.33º100%44.31%-
XYZ7.483.783.83-
YUV39.94135.94180.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=67.66%
G=0%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113054010.520.56331.3310022.16
Hex71036064343814b6416
Octal1610660144647051314426
Binary1110001011011001100100110100111000101001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710036; }

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

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

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

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

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

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

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

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