Html Css Color HEX #71044E Tyrian Purple

📋 copy color: '#71044E'

red 113 ◦ green 4 ◦ blue 78

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

Shades of Tyrian Purple #71044E

Tints of Tyrian Purple #71044E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40%

R = 57.95%
G = 2.05%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71044E (or 0x71044E) is known color: Tyrian Purple. HEX triplet: 71, 04 and 4E. RGB value is (113,4,78). Sum of RGB (Red+Green+Blue) = 113+4+78=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71044E is #8EFBB1. Grayscale: #2C2C2C. Windows color (decimal): -9370546 or 5112945. OLE color: 5112945.

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

Color convert

RGB 113 4 78 -
CMYK 0 0.96 0.31 0.56
HSL 319.27º 0.93% 0.23% -
HSV(B) 319.27º 0.96% 0.44% -
XYZ 8.23 4.15 7.57 -
YUV 45.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 113 4 78 0 0.96 0.31 0.56 319.27 0.93 0.23
Hex 71 4 4E 0 60 1F 38 13F 5D 17
Octal 161 4 116 0 140 37 70 477 135 27
Binary 1110001 100 1001110 0 1100000 11111 111000 100111111 1011101 10111

Color Harmonies of #71044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71044E

Black with #71044E

Text Example


Text Example

White with #71044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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