Html Css Color HEX #71054D Tyrian Purple

📋 copy color: '#71054D'

red 113 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #71054D

Tints of Tyrian Purple #71054D

RGB

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

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

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

R = 57.95%
G = 2.56%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71054D (or 0x71054D) is known color: Tyrian Purple. HEX triplet: 71, 05 and 4D. RGB value is (113,5,77). Sum of RGB (Red+Green+Blue) = 113+5+77=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71054D is #8EFAB2. Grayscale: #2D2D2D. Windows color (decimal): -9370291 or 5047665. OLE color: 5047665.

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

Color convert

RGB 113 5 77 -
CMYK 0 0.96 0.32 0.56
HSL 320º 0.92% 0.23% -
HSV(B) 320º 0.96% 0.44% -
XYZ 8.2 4.16 7.39 -
YUV 45.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 113 5 77 0 0.96 0.32 0.56 320 0.92 0.23
Hex 71 5 4D 0 60 20 38 140 5C 17
Octal 161 5 115 0 140 40 70 500 134 27
Binary 1110001 101 1001101 0 1100000 100000 111000 101000000 1011100 10111

Color Harmonies of #71054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71054D

Black with #71054D

Text Example


Text Example

White with #71054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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