Html Css Color HEX #710142 Tyrian Purple

📋 copy color: '#710142'

red 113 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #710142

Tints of Tyrian Purple #710142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 62.78%
G = 0.56%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710142 (or 0x710142) is known color: Tyrian Purple. HEX triplet: 71, 01 and 42. RGB value is (113,1,66). Sum of RGB (Red+Green+Blue) = 113+1+66=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #710142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710142 is #8EFEBD. Grayscale: #292929. Windows color (decimal): -9371326 or 4325745. OLE color: 4325745.

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

Color convert

RGB 113 1 66 -
CMYK 0 0.99 0.42 0.56
HSL 325.18º 0.98% 0.22% -
HSV(B) 325.18º 0.99% 0.44% -
XYZ 7.8 3.93 5.5 -
YUV 41.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 113 1 66 0 0.99 0.42 0.56 325.18 0.98 0.22
Hex 71 1 42 0 63 2A 38 145 62 16
Octal 161 1 102 0 143 52 70 505 142 26
Binary 1110001 1 1000010 0 1100011 101010 111000 101000101 1100010 10110

Color Harmonies of #710142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710142

Black with #710142

Text Example


Text Example

White with #710142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710142; }

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

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

background-color css

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

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

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

border-color css

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

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

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