Html Css Color HEX #71013A Tyrian Purple

📋 copy color: '#71013A'

red 113 ◦ green 1 ◦ blue 58

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

Shades of Tyrian Purple #71013A

Tints of Tyrian Purple #71013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 58 (23.05% from 255) = 33.72%

R = 65.7%
G = 0.58%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71013A (or 0x71013A) is known color: Tyrian Purple. HEX triplet: 71, 01 and 3A. RGB value is (113,1,58). Sum of RGB (Red+Green+Blue) = 113+1+58=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #71013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71013A is #8EFEC5. Grayscale: #282828. Windows color (decimal): -9371334 or 3801457. OLE color: 3801457.

HSL color Cylindrical-coordinate representation of color #71013A: hue angle of 329.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71013A is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 58 -
CMYK 0 0.99 0.49 0.56
HSL 329.46º 0.98% 0.22% -
HSV(B) 329.46º 0.99% 0.44% -
XYZ 7.58 3.84 4.34 -
YUV 40.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 113 1 58 0 0.99 0.49 0.56 329.46 0.98 0.22
Hex 71 1 3A 0 63 31 38 149 62 16
Octal 161 1 72 0 143 61 70 511 142 26
Binary 1110001 1 111010 0 1100011 110001 111000 101001001 1100010 10110

Color Harmonies of #71013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71013A

Black with #71013A

Text Example


Text Example

White with #71013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71013A; }

 p { color: rgb(113,1,58); }

 H1.HeaderClassName
 {
   color: #71013A;
 }
 .AnyTagClassName
 {
   color: #71013A;
 }
</style>

background-color css

<style>
 a { background-color: #71013A; }

 a { background-color: rgb(113,1,58); }

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

border-color css

<style>
 span { border-color: #71013A; }

 span { border-color: rgb(113,1,58); }

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