Html Css Color HEX #71014C Tyrian Purple

📋 copy color: '#71014C'

red 113 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #71014C

Tints of Tyrian Purple #71014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40%

R = 59.47%
G = 0.53%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71014C (or 0x71014C) is known color: Tyrian Purple. HEX triplet: 71, 01 and 4C. RGB value is (113,1,76). Sum of RGB (Red+Green+Blue) = 113+1+76=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71014C is #8EFEB3. Grayscale: #2A2A2A. Windows color (decimal): -9371316 or 4981105. OLE color: 4981105.

HSL color Cylindrical-coordinate representation of color #71014C: hue angle of 319.82º 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 #71014C is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 76 -
CMYK 0 0.99 0.33 0.56
HSL 319.82º 0.98% 0.22% -
HSV(B) 319.82º 0.99% 0.44% -
XYZ 8.13 4.05 7.19 -
YUV 43.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 113 1 76 0 0.99 0.33 0.56 319.82 0.98 0.22
Hex 71 1 4C 0 63 21 38 140 62 16
Octal 161 1 114 0 143 41 70 500 142 26
Binary 1110001 1 1001100 0 1100011 100001 111000 101000000 1100010 10110

Color Harmonies of #71014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71014C

Black with #71014C

Text Example


Text Example

White with #71014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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