Html Css Color HEX #71015B Tyrian Purple

📋 copy color: '#71015B'

red 113 ◦ green 1 ◦ blue 91

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

Shades of Tyrian Purple #71015B

Tints of Tyrian Purple #71015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 55.12%
G = 0.49%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71015B (or 0x71015B) is known color: Tyrian Purple. HEX triplet: 71, 01 and 5B. RGB value is (113,1,91). Sum of RGB (Red+Green+Blue) = 113+1+91=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71015B is #8EFEA4. Grayscale: #2C2C2C. Windows color (decimal): -9371301 or 5964145. OLE color: 5964145.

HSL color Cylindrical-coordinate representation of color #71015B: hue angle of 311.79º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71015B is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 91 -
CMYK 0 0.99 0.19 0.56
HSL 311.79º 0.98% 0.22% -
HSV(B) 311.79º 0.99% 0.44% -
XYZ 8.71 4.29 10.27 -
YUV 44.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 113 1 91 0 0.99 0.19 0.56 311.79 0.98 0.22
Hex 71 1 5B 0 63 13 38 138 62 16
Octal 161 1 133 0 143 23 70 470 142 26
Binary 1110001 1 1011011 0 1100011 10011 111000 100111000 1100010 10110

Color Harmonies of #71015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71015B

Black with #71015B

Text Example


Text Example

White with #71015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71015B; }

 p { color: rgb(113,1,91); }

 H1.HeaderClassName
 {
   color: #71015B;
 }
 .AnyTagClassName
 {
   color: #71015B;
 }
</style>

background-color css

<style>
 a { background-color: #71015B; }

 a { background-color: rgb(113,1,91); }

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

border-color css

<style>
 span { border-color: #71015B; }

 span { border-color: rgb(113,1,91); }

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