Html Css Color HEX #71024E Tyrian Purple

📋 copy color: '#71024E'

red 113 ◦ green 2 ◦ blue 78

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

Shades of Tyrian Purple #71024E

Tints of Tyrian Purple #71024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 58.55%
G = 1.04%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71024E (or 0x71024E) is known color: Tyrian Purple. HEX triplet: 71, 02 and 4E. RGB value is (113,2,78). Sum of RGB (Red+Green+Blue) = 113+2+78=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71024E is #8EFDB1. Grayscale: #2B2B2B. Windows color (decimal): -9371058 or 5112433. OLE color: 5112433.

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

Color convert

RGB 113 2 78 -
CMYK 0 0.98 0.31 0.56
HSL 318.92º 0.97% 0.23% -
HSV(B) 318.92º 0.98% 0.44% -
XYZ 8.21 4.1 7.57 -
YUV 43.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 113 2 78 0 0.98 0.31 0.56 318.92 0.97 0.23
Hex 71 2 4E 0 62 1F 38 13F 61 17
Octal 161 2 116 0 142 37 70 477 141 27
Binary 1110001 10 1001110 0 1100010 11111 111000 100111111 1100001 10111

Color Harmonies of #71024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71024E

Black with #71024E

Text Example


Text Example

White with #71024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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