Html Css Color HEX #71083A Tyrian Purple

📋 copy color: '#71083A'

red 113 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #71083A

Tints of Tyrian Purple #71083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 63.13%
G = 4.47%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71083A (or 0x71083A) is known color: Tyrian Purple. HEX triplet: 71, 08 and 3A. RGB value is (113,8,58). Sum of RGB (Red+Green+Blue) = 113+8+58=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #71083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71083A is #8EF7C5. Grayscale: #2D2D2D. Windows color (decimal): -9369542 or 3803249. OLE color: 3803249.

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

Color convert

RGB 113 8 58 -
CMYK 0 0.93 0.49 0.56
HSL 331.43º 0.87% 0.24% -
HSV(B) 331.43º 0.93% 0.44% -
XYZ 7.66 3.99 4.37 -
YUV 45.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 113 8 58 0 0.93 0.49 0.56 331.43 0.87 0.24
Hex 71 8 3A 0 5D 31 38 14B 57 18
Octal 161 10 72 0 135 61 70 513 127 30
Binary 1110001 1000 111010 0 1011101 110001 111000 101001011 1010111 11000

Color Harmonies of #71083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71083A

Black with #71083A

Text Example


Text Example

White with #71083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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