Html Css Color HEX #71053A Tyrian Purple

📋 copy color: '#71053A'

red 113 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #71053A

Tints of Tyrian Purple #71053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 64.2%
G = 2.84%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71053A (or 0x71053A) is known color: Tyrian Purple. HEX triplet: 71, 05 and 3A. RGB value is (113,5,58). Sum of RGB (Red+Green+Blue) = 113+5+58=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71053A is #8EFAC5. Grayscale: #2B2B2B. Windows color (decimal): -9370310 or 3802481. OLE color: 3802481.

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

Color convert

RGB 113 5 58 -
CMYK 0 0.96 0.49 0.56
HSL 330.56º 0.92% 0.23% -
HSV(B) 330.56º 0.96% 0.44% -
XYZ 7.63 3.92 4.36 -
YUV 43.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 113 5 58 0 0.96 0.49 0.56 330.56 0.92 0.23
Hex 71 5 3A 0 60 31 38 14B 5C 17
Octal 161 5 72 0 140 61 70 513 134 27
Binary 1110001 101 111010 0 1100000 110001 111000 101001011 1011100 10111

Color Harmonies of #71053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71053A

Black with #71053A

Text Example


Text Example

White with #71053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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