Html Css Color HEX #71005A Tyrian Purple

📋 copy color: '#71005A'

red 113 ◦ green 0 ◦ blue 90

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

Shades of Tyrian Purple #71005A

Tints of Tyrian Purple #71005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.67%
G = 0%
B = 44.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71005A (or 0x71005A) is known color: Tyrian Purple. HEX triplet: 71, 00 and 5A. RGB value is (113,0,90). Sum of RGB (Red+Green+Blue) = 113+0+90=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #71005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71005A is #8EFFA5. Grayscale: #2B2B2B. Windows color (decimal): -9371558 or 5898353. OLE color: 5898353.

HSL color Cylindrical-coordinate representation of color #71005A: hue angle of 312.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71005A is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 90 -
CMYK 0 1 0.20 0.56
HSL 312.21º 1% 0.22% -
HSV(B) 312.21º 1% 0.44% -
XYZ 8.66 4.25 10.04 -
YUV 44.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 113 0 90 0 1 0.20 0.56 312.21 1 0.22
Hex 71 0 5A 0 64 14 38 138 64 16
Octal 161 0 132 0 144 24 70 470 144 26
Binary 1110001 0 1011010 0 1100100 10100 111000 100111000 1100100 10110

Color Harmonies of #71005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71005A

Black with #71005A

Text Example


Text Example

White with #71005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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