Html Css Color HEX #71034C Tyrian Purple

📋 copy color: '#71034C'

red 113 ◦ green 3 ◦ blue 76

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

Shades of Tyrian Purple #71034C

Tints of Tyrian Purple #71034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

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

R = 58.85%
G = 1.56%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71034C (or 0x71034C) is known color: Tyrian Purple. HEX triplet: 71, 03 and 4C. RGB value is (113,3,76). Sum of RGB (Red+Green+Blue) = 113+3+76=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71034C is #8EFCB3. Grayscale: #2C2C2C. Windows color (decimal): -9370804 or 4981617. OLE color: 4981617.

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

Color convert

RGB 113 3 76 -
CMYK 0 0.97 0.33 0.56
HSL 320.18º 0.95% 0.23% -
HSV(B) 320.18º 0.97% 0.44% -
XYZ 8.15 4.1 7.2 -
YUV 44.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 113 3 76 0 0.97 0.33 0.56 320.18 0.95 0.23
Hex 71 3 4C 0 61 21 38 140 5F 17
Octal 161 3 114 0 141 41 70 500 137 27
Binary 1110001 11 1001100 0 1100001 100001 111000 101000000 1011111 10111

Color Harmonies of #71034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71034C

Black with #71034C

Text Example


Text Example

White with #71034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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