Html Css Color HEX #71074F Tyrian Purple

📋 copy color: '#71074F'

red 113 ◦ green 7 ◦ blue 79

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

Shades of Tyrian Purple #71074F

Tints of Tyrian Purple #71074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.52%

 BLUE value IS 79 (31.25% from 255) = 39.7%

R = 56.78%
G = 3.52%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71074F (or 0x71074F) is known color: Tyrian Purple. HEX triplet: 71, 07 and 4F. RGB value is (113,7,79). Sum of RGB (Red+Green+Blue) = 113+7+79=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71074F is #8EF8B0. Grayscale: #2E2E2E. Windows color (decimal): -9369777 or 5179249. OLE color: 5179249.

HSL color Cylindrical-coordinate representation of color #71074F: hue angle of 319.25º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71074F is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 79 -
CMYK 0 0.94 0.30 0.56
HSL 319.25º 0.88% 0.24% -
HSV(B) 319.25º 0.94% 0.44% -
XYZ 8.3 4.23 7.78 -
YUV 46.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 113 7 79 0 0.94 0.30 0.56 319.25 0.88 0.24
Hex 71 7 4F 0 5E 1E 38 13F 58 18
Octal 161 7 117 0 136 36 70 477 130 30
Binary 1110001 111 1001111 0 1011110 11110 111000 100111111 1011000 11000

Color Harmonies of #71074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71074F

Black with #71074F

Text Example


Text Example

White with #71074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71074F; }

 p { color: rgb(113,7,79); }

 H1.HeaderClassName
 {
   color: #71074F;
 }
 .AnyTagClassName
 {
   color: #71074F;
 }
</style>

background-color css

<style>
 a { background-color: #71074F; }

 a { background-color: rgb(113,7,79); }

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

border-color css

<style>
 span { border-color: #71074F; }

 span { border-color: rgb(113,7,79); }

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