Html Css Color HEX #71053E Tyrian Purple

📋 copy color: '#71053E'

red 113 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #71053E

Tints of Tyrian Purple #71053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.44%

R = 62.78%
G = 2.78%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71053E (or 0x71053E) is known color: Tyrian Purple. HEX triplet: 71, 05 and 3E. RGB value is (113,5,62). Sum of RGB (Red+Green+Blue) = 113+5+62=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71053E is #8EFAC1. Grayscale: #2B2B2B. Windows color (decimal): -9370306 or 4064625. OLE color: 4064625.

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

Color convert

RGB 113 5 62 -
CMYK 0 0.96 0.45 0.56
HSL 328.33º 0.92% 0.23% -
HSV(B) 328.33º 0.96% 0.44% -
XYZ 7.73 3.97 4.92 -
YUV 43.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 113 5 62 0 0.96 0.45 0.56 328.33 0.92 0.23
Hex 71 5 3E 0 60 2D 38 148 5C 17
Octal 161 5 76 0 140 55 70 510 134 27
Binary 1110001 101 111110 0 1100000 101101 111000 101001000 1011100 10111

Color Harmonies of #71053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71053E

Black with #71053E

Text Example


Text Example

White with #71053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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