Html Css Color HEX #710031 Tyrian Purple

📋 copy color: '#710031'

red 113 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #710031

Tints of Tyrian Purple #710031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.75%
G = 0%
B = 30.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#710031 (or 0x710031) is known color: Tyrian Purple. HEX triplet: 71, 00 and 31. RGB value is (113,0,49). Sum of RGB (Red+Green+Blue) = 113+0+49=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #710031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710031 is #8EFFCE. Grayscale: #272727. Windows color (decimal): -9371599 or 3211377. OLE color: 3211377.

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

Color convert

RGB 113 0 49 -
CMYK 0 1 0.57 0.56
HSL 333.98º 1% 0.22% -
HSV(B) 333.98º 1% 0.44% -
XYZ 7.36 3.73 3.24 -
YUV 39.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 113 0 49 0 1 0.57 0.56 333.98 1 0.22
Hex 71 0 31 0 64 39 38 14E 64 16
Octal 161 0 61 0 144 71 70 516 144 26
Binary 1110001 0 110001 0 1100100 111001 111000 101001110 1100100 10110

Color Harmonies of #710031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710031

Black with #710031

Text Example


Text Example

White with #710031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710031; }

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

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

background-color css

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

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

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

border-color css

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

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

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