Html Css Color HEX #71033A Tyrian Purple

📋 copy color: '#71033A'

red 113 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #71033A

Tints of Tyrian Purple #71033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 64.94%
G = 1.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71033A (or 0x71033A) is known color: Tyrian Purple. HEX triplet: 71, 03 and 3A. RGB value is (113,3,58). Sum of RGB (Red+Green+Blue) = 113+3+58=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71033A is #8EFCC5. Grayscale: #2A2A2A. Windows color (decimal): -9370822 or 3801969. OLE color: 3801969.

HSL color Cylindrical-coordinate representation of color #71033A: hue angle of 330º 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 #71033A is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 58 -
CMYK 0 0.97 0.49 0.56
HSL 330º 0.95% 0.23% -
HSV(B) 330º 0.97% 0.44% -
XYZ 7.61 3.88 4.35 -
YUV 42.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 113 3 58 0 0.97 0.49 0.56 330 0.95 0.23
Hex 71 3 3A 0 61 31 38 14A 5F 17
Octal 161 3 72 0 141 61 70 512 137 27
Binary 1110001 11 111010 0 1100001 110001 111000 101001010 1011111 10111

Color Harmonies of #71033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71033A

Black with #71033A

Text Example


Text Example

White with #71033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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