Html Css Color HEX #71014D Tyrian Purple

📋 copy color: '#71014D'

red 113 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #71014D

Tints of Tyrian Purple #71014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 59.16%
G = 0.52%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71014D (or 0x71014D) is known color: Tyrian Purple. HEX triplet: 71, 01 and 4D. RGB value is (113,1,77). Sum of RGB (Red+Green+Blue) = 113+1+77=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71014D is #8EFEB2. Grayscale: #2A2A2A. Windows color (decimal): -9371315 or 5046641. OLE color: 5046641.

HSL color Cylindrical-coordinate representation of color #71014D: hue angle of 319.29º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71014D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 77 -
CMYK 0 0.99 0.32 0.56
HSL 319.29º 0.98% 0.22% -
HSV(B) 319.29º 0.99% 0.44% -
XYZ 8.16 4.07 7.38 -
YUV 43.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 113 1 77 0 0.99 0.32 0.56 319.29 0.98 0.22
Hex 71 1 4D 0 63 20 38 13F 62 16
Octal 161 1 115 0 143 40 70 477 142 26
Binary 1110001 1 1001101 0 1100011 100000 111000 100111111 1100010 10110

Color Harmonies of #71014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71014D

Black with #71014D

Text Example


Text Example

White with #71014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71014D; }

 p { color: rgb(113,1,77); }

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

background-color css

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

 a { background-color: rgb(113,1,77); }

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

border-color css

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

 span { border-color: rgb(113,1,77); }

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