Html Css Color HEX #71023E Tyrian Purple

📋 copy color: '#71023E'

red 113 ◦ green 2 ◦ blue 62

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

Shades of Tyrian Purple #71023E

Tints of Tyrian Purple #71023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 63.84%
G = 1.13%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71023E (or 0x71023E) is known color: Tyrian Purple. HEX triplet: 71, 02 and 3E. RGB value is (113,2,62). Sum of RGB (Red+Green+Blue) = 113+2+62=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71023E is #8EFDC1. Grayscale: #292929. Windows color (decimal): -9371074 or 4063857. OLE color: 4063857.

HSL color Cylindrical-coordinate representation of color #71023E: hue angle of 327.57º 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 #71023E is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 2 62 -
CMYK 0 0.98 0.45 0.56
HSL 327.57º 0.97% 0.23% -
HSV(B) 327.57º 0.98% 0.44% -
XYZ 7.7 3.9 4.9 -
YUV 42.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 113 2 62 0 0.98 0.45 0.56 327.57 0.97 0.23
Hex 71 2 3E 0 62 2D 38 148 61 17
Octal 161 2 76 0 142 55 70 510 141 27
Binary 1110001 10 111110 0 1100010 101101 111000 101001000 1100001 10111

Color Harmonies of #71023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71023E

Black with #71023E

Text Example


Text Example

White with #71023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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