Html Css Color HEX #71053F Tyrian Purple

📋 copy color: '#71053F'

red 113 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #71053F

Tints of Tyrian Purple #71053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.81%

R = 62.43%
G = 2.76%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71053F (or 0x71053F) is known color: Tyrian Purple. HEX triplet: 71, 05 and 3F. RGB value is (113,5,63). Sum of RGB (Red+Green+Blue) = 113+5+63=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71053F is #8EFAC0. Grayscale: #2B2B2B. Windows color (decimal): -9370305 or 4130161. OLE color: 4130161.

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

Color convert

RGB 113 5 63 -
CMYK 0 0.96 0.44 0.56
HSL 327.78º 0.92% 0.23% -
HSV(B) 327.78º 0.96% 0.44% -
XYZ 7.76 3.98 5.06 -
YUV 43.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 113 5 63 0 0.96 0.44 0.56 327.78 0.92 0.23
Hex 71 5 3F 0 60 2C 38 148 5C 17
Octal 161 5 77 0 140 54 70 510 134 27
Binary 1110001 101 111111 0 1100000 101100 111000 101001000 1011100 10111

Color Harmonies of #71053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71053F

Black with #71053F

Text Example


Text Example

White with #71053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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