Html Css Color HEX #71094A Tyrian Purple

📋 copy color: '#71094A'

red 113 ◦ green 9 ◦ blue 74

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

Shades of Tyrian Purple #71094A

Tints of Tyrian Purple #71094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 74 (29.3% from 255) = 37.76%

R = 57.65%
G = 4.59%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71094A (or 0x71094A) is known color: Tyrian Purple. HEX triplet: 71, 09 and 4A. RGB value is (113,9,74). Sum of RGB (Red+Green+Blue) = 113+9+74=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71094A is #8EF6B5. Grayscale: #2F2F2F. Windows color (decimal): -9369270 or 4852081. OLE color: 4852081.

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

Color convert

RGB 113 9 74 -
CMYK 0 0.92 0.35 0.56
HSL 322.5º 0.85% 0.24% -
HSV(B) 322.5º 0.92% 0.44% -
XYZ 8.14 4.2 6.86 -
YUV 47.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 113 9 74 0 0.92 0.35 0.56 322.5 0.85 0.24
Hex 71 9 4A 0 5C 23 38 142 55 18
Octal 161 11 112 0 134 43 70 502 125 30
Binary 1110001 1001 1001010 0 1011100 100011 111000 101000010 1010101 11000

Color Harmonies of #71094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71094A

Black with #71094A

Text Example


Text Example

White with #71094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,9,74); }

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

background-color css

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

 a { background-color: rgb(113,9,74); }

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

border-color css

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

 span { border-color: rgb(113,9,74); }

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