Html Css Color HEX #71054A Tyrian Purple

📋 copy color: '#71054A'

red 113 ◦ green 5 ◦ blue 74

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

Shades of Tyrian Purple #71054A

Tints of Tyrian Purple #71054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 58.85%
G = 2.6%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71054A (or 0x71054A) is known color: Tyrian Purple. HEX triplet: 71, 05 and 4A. RGB value is (113,5,74). Sum of RGB (Red+Green+Blue) = 113+5+74=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71054A is #8EFAB5. Grayscale: #2C2C2C. Windows color (decimal): -9370294 or 4851057. OLE color: 4851057.

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

Color convert

RGB 113 5 74 -
CMYK 0 0.96 0.35 0.56
HSL 321.67º 0.92% 0.23% -
HSV(B) 321.67º 0.96% 0.44% -
XYZ 8.1 4.11 6.85 -
YUV 45.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 113 5 74 0 0.96 0.35 0.56 321.67 0.92 0.23
Hex 71 5 4A 0 60 23 38 142 5C 17
Octal 161 5 112 0 140 43 70 502 134 27
Binary 1110001 101 1001010 0 1100000 100011 111000 101000010 1011100 10111

Color Harmonies of #71054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71054A

Black with #71054A

Text Example


Text Example

White with #71054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,5,74); }

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

background-color css

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

 a { background-color: rgb(113,5,74); }

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

border-color css

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

 span { border-color: rgb(113,5,74); }

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