Html Css Color HEX #71093C Tyrian Purple

📋 copy color: '#71093C'

red 113 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #71093C

Tints of Tyrian Purple #71093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.97%

R = 62.09%
G = 4.95%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71093C (or 0x71093C) is known color: Tyrian Purple. HEX triplet: 71, 09 and 3C. RGB value is (113,9,60). Sum of RGB (Red+Green+Blue) = 113+9+60=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #71093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71093C is #8EF6C3. Grayscale: #2D2D2D. Windows color (decimal): -9369284 or 3934577. OLE color: 3934577.

HSL color Cylindrical-coordinate representation of color #71093C: hue angle of 330.58º 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 #71093C is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 60 -
CMYK 0 0.92 0.47 0.56
HSL 330.58º 0.85% 0.24% -
HSV(B) 330.58º 0.92% 0.44% -
XYZ 7.72 4.03 4.65 -
YUV 45.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 113 9 60 0 0.92 0.47 0.56 330.58 0.85 0.24
Hex 71 9 3C 0 5C 2F 38 14B 55 18
Octal 161 11 74 0 134 57 70 513 125 30
Binary 1110001 1001 111100 0 1011100 101111 111000 101001011 1010101 11000

Color Harmonies of #71093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71093C

Black with #71093C

Text Example


Text Example

White with #71093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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