Html Css Color HEX #71084C Tyrian Purple

📋 copy color: '#71084C'

red 113 ◦ green 8 ◦ blue 76

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

Shades of Tyrian Purple #71084C

Tints of Tyrian Purple #71084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

 BLUE value IS 76 (30.08% from 255) = 38.58%

R = 57.36%
G = 4.06%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71084C (or 0x71084C) is known color: Tyrian Purple. HEX triplet: 71, 08 and 4C. RGB value is (113,8,76). Sum of RGB (Red+Green+Blue) = 113+8+76=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #71084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71084C is #8EF7B3. Grayscale: #2E2E2E. Windows color (decimal): -9369524 or 4982897. OLE color: 4982897.

HSL color Cylindrical-coordinate representation of color #71084C: hue angle of 321.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71084C is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 8 76 -
CMYK 0 0.93 0.33 0.56
HSL 321.14º 0.87% 0.24% -
HSV(B) 321.14º 0.93% 0.44% -
XYZ 8.2 4.21 7.22 -
YUV 47.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 113 8 76 0 0.93 0.33 0.56 321.14 0.87 0.24
Hex 71 8 4C 0 5D 21 38 141 57 18
Octal 161 10 114 0 135 41 70 501 127 30
Binary 1110001 1000 1001100 0 1011101 100001 111000 101000001 1010111 11000

Color Harmonies of #71084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71084C

Black with #71084C

Text Example


Text Example

White with #71084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71084C; }

 p { color: rgb(113,8,76); }

 H1.HeaderClassName
 {
   color: #71084C;
 }
 .AnyTagClassName
 {
   color: #71084C;
 }
</style>

background-color css

<style>
 a { background-color: #71084C; }

 a { background-color: rgb(113,8,76); }

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

border-color css

<style>
 span { border-color: #71084C; }

 span { border-color: rgb(113,8,76); }

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