Html Css Color HEX #71035B Tyrian Purple

📋 copy color: '#71035B'

red 113 ◦ green 3 ◦ blue 91

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

Shades of Tyrian Purple #71035B

Tints of Tyrian Purple #71035B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.96%

R = 54.59%
G = 1.45%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71035B (or 0x71035B) is known color: Tyrian Purple. HEX triplet: 71, 03 and 5B. RGB value is (113,3,91). Sum of RGB (Red+Green+Blue) = 113+3+91=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71035B is #8EFCA4. Grayscale: #2D2D2D. Windows color (decimal): -9370789 or 5964657. OLE color: 5964657.

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

Color convert

RGB 113 3 91 -
CMYK 0 0.97 0.19 0.56
HSL 312º 0.95% 0.23% -
HSV(B) 312º 0.97% 0.44% -
XYZ 8.73 4.33 10.27 -
YUV 45.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 113 3 91 0 0.97 0.19 0.56 312 0.95 0.23
Hex 71 3 5B 0 61 13 38 138 5F 17
Octal 161 3 133 0 141 23 70 470 137 27
Binary 1110001 11 1011011 0 1100001 10011 111000 100111000 1011111 10111

Color Harmonies of #71035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71035B

Black with #71035B

Text Example


Text Example

White with #71035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71035B; }

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

 H1.HeaderClassName
 {
   color: #71035B;
 }
 .AnyTagClassName
 {
   color: #71035B;
 }
</style>

background-color css

<style>
 a { background-color: #71035B; }

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

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

border-color css

<style>
 span { border-color: #71035B; }

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

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