Html Css Color HEX #71053B Tyrian Purple

📋 copy color: '#71053B'

red 113 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #71053B

Tints of Tyrian Purple #71053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.33%

R = 63.84%
G = 2.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71053B (or 0x71053B) is known color: Tyrian Purple. HEX triplet: 71, 05 and 3B. RGB value is (113,5,59). Sum of RGB (Red+Green+Blue) = 113+5+59=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71053B is #8EFAC4. Grayscale: #2B2B2B. Windows color (decimal): -9370309 or 3868017. OLE color: 3868017.

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

Color convert

RGB 113 5 59 -
CMYK 0 0.96 0.48 0.56
HSL 330º 0.92% 0.23% -
HSV(B) 330º 0.96% 0.44% -
XYZ 7.65 3.94 4.49 -
YUV 43.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 113 5 59 0 0.96 0.48 0.56 330 0.92 0.23
Hex 71 5 3B 0 60 30 38 14A 5C 17
Octal 161 5 73 0 140 60 70 512 134 27
Binary 1110001 101 111011 0 1100000 110000 111000 101001010 1011100 10111

Color Harmonies of #71053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71053B

Black with #71053B

Text Example


Text Example

White with #71053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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