Html Css Color HEX #71053C Tyrian Purple

📋 copy color: '#71053C'

red 113 ◦ green 5 ◦ blue 60

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

Shades of Tyrian Purple #71053C

Tints of Tyrian Purple #71053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.71%

R = 63.48%
G = 2.81%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71053C (or 0x71053C) is known color: Tyrian Purple. HEX triplet: 71, 05 and 3C. RGB value is (113,5,60). Sum of RGB (Red+Green+Blue) = 113+5+60=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71053C is #8EFAC3. Grayscale: #2B2B2B. Windows color (decimal): -9370308 or 3933553. OLE color: 3933553.

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

Color convert

RGB 113 5 60 -
CMYK 0 0.96 0.47 0.56
HSL 329.44º 0.92% 0.23% -
HSV(B) 329.44º 0.96% 0.44% -
XYZ 7.68 3.95 4.63 -
YUV 43.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 113 5 60 0 0.96 0.47 0.56 329.44 0.92 0.23
Hex 71 5 3C 0 60 2F 38 149 5C 17
Octal 161 5 74 0 140 57 70 511 134 27
Binary 1110001 101 111100 0 1100000 101111 111000 101001001 1011100 10111

Color Harmonies of #71053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71053C

Black with #71053C

Text Example


Text Example

White with #71053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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