Html Css Color HEX #71073D Tyrian Purple

📋 copy color: '#71073D'

red 113 ◦ green 7 ◦ blue 61

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

Shades of Tyrian Purple #71073D

Tints of Tyrian Purple #71073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.87%

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 62.43%
G = 3.87%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71073D (or 0x71073D) is known color: Tyrian Purple. HEX triplet: 71, 07 and 3D. RGB value is (113,7,61). Sum of RGB (Red+Green+Blue) = 113+7+61=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71073D is #8EF8C2. Grayscale: #2C2C2C. Windows color (decimal): -9369795 or 3999601. OLE color: 3999601.

HSL color Cylindrical-coordinate representation of color #71073D: hue angle of 329.43º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71073D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 61 -
CMYK 0 0.94 0.46 0.56
HSL 329.43º 0.88% 0.24% -
HSV(B) 329.43º 0.94% 0.44% -
XYZ 7.73 4 4.78 -
YUV 44.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 113 7 61 0 0.94 0.46 0.56 329.43 0.88 0.24
Hex 71 7 3D 0 5E 2E 38 149 58 18
Octal 161 7 75 0 136 56 70 511 130 30
Binary 1110001 111 111101 0 1011110 101110 111000 101001001 1011000 11000

Color Harmonies of #71073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71073D

Black with #71073D

Text Example


Text Example

White with #71073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71073D; }

 p { color: rgb(113,7,61); }

 H1.HeaderClassName
 {
   color: #71073D;
 }
 .AnyTagClassName
 {
   color: #71073D;
 }
</style>

background-color css

<style>
 a { background-color: #71073D; }

 a { background-color: rgb(113,7,61); }

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

border-color css

<style>
 span { border-color: #71073D; }

 span { border-color: rgb(113,7,61); }

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