Html Css Color HEX #710436 Tyrian Purple

📋 copy color: '#710436'

red 113 ◦ green 4 ◦ blue 54

#710436
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #710436

Tints of Tyrian Purple #710436

RGB

 RED value IS 113 (44.53% from 255) = 66.08%

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 54 (21.48% from 255) = 31.58%

R = 66.08%
G = 2.34%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#710436 (or 0x710436) is known color: Tyrian Purple. HEX triplet: 71, 04 and 36. RGB value is (113,4,54). Sum of RGB (Red+Green+Blue) = 113+4+54=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #710436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710436 is #8EFBC9. Grayscale: #2A2A2A. Windows color (decimal): -9370570 or 3540081. OLE color: 3540081.

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

Color convert

RGB 113 4 54 -
CMYK 0 0.96 0.52 0.56
HSL 332.48º 0.93% 0.23% -
HSV(B) 332.48º 0.96% 0.44% -
XYZ 7.52 3.86 3.84 -
YUV 42.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 113 4 54 0 0.96 0.52 0.56 332.48 0.93 0.23
Hex 71 4 36 0 60 34 38 14C 5D 17
Octal 161 4 66 0 140 64 70 514 135 27
Binary 1110001 100 110110 0 1100000 110100 111000 101001100 1011101 10111

Color Harmonies of #710436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710436

Black with #710436

Text Example


Text Example

White with #710436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710436; }

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

 H1.HeaderClassName
 {
   color: #710436;
 }
 .AnyTagClassName
 {
   color: #710436;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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