Html Css Color HEX #71023B Tyrian Purple

📋 copy color: '#71023B'

red 113 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #71023B

Tints of Tyrian Purple #71023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

 BLUE value IS 59 (23.44% from 255) = 33.91%

R = 64.94%
G = 1.15%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71023B (or 0x71023B) is known color: Tyrian Purple. HEX triplet: 71, 02 and 3B. RGB value is (113,2,59). Sum of RGB (Red+Green+Blue) = 113+2+59=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71023B is #8EFDC4. Grayscale: #292929. Windows color (decimal): -9371077 or 3867249. OLE color: 3867249.

HSL color Cylindrical-coordinate representation of color #71023B: hue angle of 329.19º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71023B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 2 59 -
CMYK 0 0.98 0.48 0.56
HSL 329.19º 0.97% 0.23% -
HSV(B) 329.19º 0.98% 0.44% -
XYZ 7.62 3.87 4.48 -
YUV 41.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 113 2 59 0 0.98 0.48 0.56 329.19 0.97 0.23
Hex 71 2 3B 0 62 30 38 149 61 17
Octal 161 2 73 0 142 60 70 511 141 27
Binary 1110001 10 111011 0 1100010 110000 111000 101001001 1100001 10111

Color Harmonies of #71023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71023B

Black with #71023B

Text Example


Text Example

White with #71023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71023B; }

 p { color: rgb(113,2,59); }

 H1.HeaderClassName
 {
   color: #71023B;
 }
 .AnyTagClassName
 {
   color: #71023B;
 }
</style>

background-color css

<style>
 a { background-color: #71023B; }

 a { background-color: rgb(113,2,59); }

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

border-color css

<style>
 span { border-color: #71023B; }

 span { border-color: rgb(113,2,59); }

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