Html Css Color HEX #71012F Tyrian Purple

📋 copy color: '#71012F'

red 113 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #71012F

Tints of Tyrian Purple #71012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 70.19%
G = 0.62%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71012F (or 0x71012F) is known color: Tyrian Purple. HEX triplet: 71, 01 and 2F. RGB value is (113,1,47). Sum of RGB (Red+Green+Blue) = 113+1+47=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71012F is #8EFED0. Grayscale: #272727. Windows color (decimal): -9371345 or 3080561. OLE color: 3080561.

HSL color Cylindrical-coordinate representation of color #71012F: hue angle of 335.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71012F is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 47 -
CMYK 0 0.99 0.58 0.56
HSL 335.36º 0.98% 0.22% -
HSV(B) 335.36º 0.99% 0.44% -
XYZ 7.33 3.74 3.02 -
YUV 39.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 113 1 47 0 0.99 0.58 0.56 335.36 0.98 0.22
Hex 71 1 2F 0 63 3A 38 14F 62 16
Octal 161 1 57 0 143 72 70 517 142 26
Binary 1110001 1 101111 0 1100011 111010 111000 101001111 1100010 10110

Color Harmonies of #71012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71012F

Black with #71012F

Text Example


Text Example

White with #71012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71012F; }

 p { color: rgb(113,1,47); }

 H1.HeaderClassName
 {
   color: #71012F;
 }
 .AnyTagClassName
 {
   color: #71012F;
 }
</style>

background-color css

<style>
 a { background-color: #71012F; }

 a { background-color: rgb(113,1,47); }

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

border-color css

<style>
 span { border-color: #71012F; }

 span { border-color: rgb(113,1,47); }

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