Html Css Color HEX #71013F Tyrian Purple

📋 copy color: '#71013F'

red 113 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #71013F

Tints of Tyrian Purple #71013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.59%

R = 63.84%
G = 0.56%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71013F (or 0x71013F) is known color: Tyrian Purple. HEX triplet: 71, 01 and 3F. RGB value is (113,1,63). Sum of RGB (Red+Green+Blue) = 113+1+63=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71013F is #8EFEC0. Grayscale: #292929. Windows color (decimal): -9371329 or 4129137. OLE color: 4129137.

HSL color Cylindrical-coordinate representation of color #71013F: hue angle of 326.79º 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 #71013F is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 63 -
CMYK 0 0.99 0.44 0.56
HSL 326.79º 0.98% 0.22% -
HSV(B) 326.79º 0.99% 0.44% -
XYZ 7.72 3.89 5.05 -
YUV 41.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 113 1 63 0 0.99 0.44 0.56 326.79 0.98 0.22
Hex 71 1 3F 0 63 2C 38 147 62 16
Octal 161 1 77 0 143 54 70 507 142 26
Binary 1110001 1 111111 0 1100011 101100 111000 101000111 1100010 10110

Color Harmonies of #71013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71013F

Black with #71013F

Text Example


Text Example

White with #71013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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