Html Css Color HEX #710431 Tyrian Purple

📋 copy color: '#710431'

red 113 ◦ green 4 ◦ blue 49

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

Shades of Tyrian Purple #710431

Tints of Tyrian Purple #710431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.52%

R = 68.07%
G = 2.41%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#710431 (or 0x710431) is known color: Tyrian Purple. HEX triplet: 71, 04 and 31. RGB value is (113,4,49). Sum of RGB (Red+Green+Blue) = 113+4+49=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #710431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710431 is #8EFBCE. Grayscale: #292929. Windows color (decimal): -9370575 or 3212401. OLE color: 3212401.

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

Color convert

RGB 113 4 49 -
CMYK 0 0.96 0.57 0.56
HSL 335.23º 0.93% 0.23% -
HSV(B) 335.23º 0.96% 0.44% -
XYZ 7.41 3.82 3.25 -
YUV 41.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 113 4 49 0 0.96 0.57 0.56 335.23 0.93 0.23
Hex 71 4 31 0 60 39 38 14F 5D 17
Octal 161 4 61 0 140 71 70 517 135 27
Binary 1110001 100 110001 0 1100000 111001 111000 101001111 1011101 10111

Color Harmonies of #710431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710431

Black with #710431

Text Example


Text Example

White with #710431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710431; }

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

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

background-color css

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

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

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

border-color css

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

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

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