Html Css Color HEX #71052F Tyrian Purple

📋 copy color: '#71052F'

red 113 ◦ green 5 ◦ blue 47

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

Shades of Tyrian Purple #71052F

Tints of Tyrian Purple #71052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.48%

R = 68.48%
G = 3.03%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71052F (or 0x71052F) is known color: Tyrian Purple. HEX triplet: 71, 05 and 2F. RGB value is (113,5,47). Sum of RGB (Red+Green+Blue) = 113+5+47=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71052F is #8EFAD0. Grayscale: #2A2A2A. Windows color (decimal): -9370321 or 3081585. OLE color: 3081585.

HSL color Cylindrical-coordinate representation of color #71052F: hue angle of 336.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 #71052F is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 5 47 -
CMYK 0 0.96 0.58 0.56
HSL 336.67º 0.92% 0.23% -
HSV(B) 336.67º 0.96% 0.44% -
XYZ 7.38 3.82 3.04 -
YUV 42.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 113 5 47 0 0.96 0.58 0.56 336.67 0.92 0.23
Hex 71 5 2F 0 60 3A 38 151 5C 17
Octal 161 5 57 0 140 72 70 521 134 27
Binary 1110001 101 101111 0 1100000 111010 111000 101010001 1011100 10111

Color Harmonies of #71052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71052F

Black with #71052F

Text Example


Text Example

White with #71052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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