Html Css Color HEX #71043A Tyrian Purple

📋 copy color: '#71043A'

red 113 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #71043A

Tints of Tyrian Purple #71043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 64.57%
G = 2.29%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71043A (or 0x71043A) is known color: Tyrian Purple. HEX triplet: 71, 04 and 3A. RGB value is (113,4,58). Sum of RGB (Red+Green+Blue) = 113+4+58=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71043A is #8EFBC5. Grayscale: #2A2A2A. Windows color (decimal): -9370566 or 3802225. OLE color: 3802225.

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

Color convert

RGB 113 4 58 -
CMYK 0 0.96 0.49 0.56
HSL 330.28º 0.93% 0.23% -
HSV(B) 330.28º 0.96% 0.44% -
XYZ 7.62 3.9 4.35 -
YUV 42.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 113 4 58 0 0.96 0.49 0.56 330.28 0.93 0.23
Hex 71 4 3A 0 60 31 38 14A 5D 17
Octal 161 4 72 0 140 61 70 512 135 27
Binary 1110001 100 111010 0 1100000 110001 111000 101001010 1011101 10111

Color Harmonies of #71043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71043A

Black with #71043A

Text Example


Text Example

White with #71043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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