Html Css Color HEX #71014F Tyrian Purple

📋 copy color: '#71014F'

red 113 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #71014F

Tints of Tyrian Purple #71014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.93%

R = 58.55%
G = 0.52%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71014F (or 0x71014F) is known color: Tyrian Purple. HEX triplet: 71, 01 and 4F. RGB value is (113,1,79). Sum of RGB (Red+Green+Blue) = 113+1+79=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71014F is #8EFEB0. Grayscale: #2B2B2B. Windows color (decimal): -9371313 or 5177713. OLE color: 5177713.

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

Color convert

RGB 113 1 79 -
CMYK 0 0.99 0.30 0.56
HSL 318.21º 0.98% 0.22% -
HSV(B) 318.21º 0.99% 0.44% -
XYZ 8.23 4.1 7.75 -
YUV 43.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 113 1 79 0 0.99 0.30 0.56 318.21 0.98 0.22
Hex 71 1 4F 0 63 1E 38 13E 62 16
Octal 161 1 117 0 143 36 70 476 142 26
Binary 1110001 1 1001111 0 1100011 11110 111000 100111110 1100010 10110

Color Harmonies of #71014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71014F

Black with #71014F

Text Example


Text Example

White with #71014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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