Html Css Color HEX #71073E Tyrian Purple

📋 copy color: '#71073E'

red 113 ◦ green 7 ◦ blue 62

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

Shades of Tyrian Purple #71073E

Tints of Tyrian Purple #71073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.85%

 BLUE value IS 62 (24.61% from 255) = 34.07%

R = 62.09%
G = 3.85%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71073E (or 0x71073E) is known color: Tyrian Purple. HEX triplet: 71, 07 and 3E. RGB value is (113,7,62). Sum of RGB (Red+Green+Blue) = 113+7+62=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #71073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71073E is #8EF8C1. Grayscale: #2C2C2C. Windows color (decimal): -9369794 or 4065137. OLE color: 4065137.

HSL color Cylindrical-coordinate representation of color #71073E: hue angle of 328.87º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71073E is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 62 -
CMYK 0 0.94 0.45 0.56
HSL 328.87º 0.88% 0.24% -
HSV(B) 328.87º 0.94% 0.44% -
XYZ 7.76 4.01 4.92 -
YUV 44.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 113 7 62 0 0.94 0.45 0.56 328.87 0.88 0.24
Hex 71 7 3E 0 5E 2D 38 149 58 18
Octal 161 7 76 0 136 55 70 511 130 30
Binary 1110001 111 111110 0 1011110 101101 111000 101001001 1011000 11000

Color Harmonies of #71073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71073E

Black with #71073E

Text Example


Text Example

White with #71073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71073E; }

 p { color: rgb(113,7,62); }

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

background-color css

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

 a { background-color: rgb(113,7,62); }

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

border-color css

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

 span { border-color: rgb(113,7,62); }

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