Html Css Color HEX #71005D Tyrian Purple

📋 copy color: '#71005D'

red 113 ◦ green 0 ◦ blue 93

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

Shades of Tyrian Purple #71005D

Tints of Tyrian Purple #71005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.15%

R = 54.85%
G = 0%
B = 45.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71005D (or 0x71005D) is known color: Tyrian Purple. HEX triplet: 71, 00 and 5D. RGB value is (113,0,93). Sum of RGB (Red+Green+Blue) = 113+0+93=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71005D is #8EFFA2. Grayscale: #2C2C2C. Windows color (decimal): -9371555 or 6094961. OLE color: 6094961.

HSL color Cylindrical-coordinate representation of color #71005D: hue angle of 310.62º 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 #71005D is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 93 -
CMYK 0 1 0.18 0.56
HSL 310.62º 1% 0.22% -
HSV(B) 310.62º 1% 0.44% -
XYZ 8.79 4.3 10.72 -
YUV 44.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 113 0 93 0 1 0.18 0.56 310.62 1 0.22
Hex 71 0 5D 0 64 12 38 137 64 16
Octal 161 0 135 0 144 22 70 467 144 26
Binary 1110001 0 1011101 0 1100100 10010 111000 100110111 1100100 10110

Color Harmonies of #71005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71005D

Black with #71005D

Text Example


Text Example

White with #71005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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