Html Css Color HEX #71025A Tyrian Purple

📋 copy color: '#71025A'

red 113 ◦ green 2 ◦ blue 90

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

Shades of Tyrian Purple #71025A

Tints of Tyrian Purple #71025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 55.12%
G = 0.98%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71025A (or 0x71025A) is known color: Tyrian Purple. HEX triplet: 71, 02 and 5A. RGB value is (113,2,90). Sum of RGB (Red+Green+Blue) = 113+2+90=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71025A is #8EFDA5. Grayscale: #2C2C2C. Windows color (decimal): -9371046 or 5898865. OLE color: 5898865.

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

Color convert

RGB 113 2 90 -
CMYK 0 0.98 0.20 0.56
HSL 312.43º 0.97% 0.23% -
HSV(B) 312.43º 0.98% 0.44% -
XYZ 8.68 4.29 10.04 -
YUV 45.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 113 2 90 0 0.98 0.20 0.56 312.43 0.97 0.23
Hex 71 2 5A 0 62 14 38 138 61 17
Octal 161 2 132 0 142 24 70 470 141 27
Binary 1110001 10 1011010 0 1100010 10100 111000 100111000 1100001 10111

Color Harmonies of #71025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71025A

Black with #71025A

Text Example


Text Example

White with #71025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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