Html Css Color HEX #71055A Tyrian Purple

📋 copy color: '#71055A'

red 113 ◦ green 5 ◦ blue 90

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

Shades of Tyrian Purple #71055A

Tints of Tyrian Purple #71055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 54.33%
G = 2.4%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71055A (or 0x71055A) is known color: Tyrian Purple. HEX triplet: 71, 05 and 5A. RGB value is (113,5,90). Sum of RGB (Red+Green+Blue) = 113+5+90=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71055A is #8EFAA5. Grayscale: #2E2E2E. Windows color (decimal): -9370278 or 5899633. OLE color: 5899633.

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

Color convert

RGB 113 5 90 -
CMYK 0 0.96 0.20 0.56
HSL 312.78º 0.92% 0.23% -
HSV(B) 312.78º 0.96% 0.44% -
XYZ 8.71 4.36 10.05 -
YUV 46.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 113 5 90 0 0.96 0.20 0.56 312.78 0.92 0.23
Hex 71 5 5A 0 60 14 38 139 5C 17
Octal 161 5 132 0 140 24 70 471 134 27
Binary 1110001 101 1011010 0 1100000 10100 111000 100111001 1011100 10111

Color Harmonies of #71055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71055A

Black with #71055A

Text Example


Text Example

White with #71055A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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