Html Css Color HEX #710042 Tyrian Purple

📋 copy color: '#710042'

red 113 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #710042

Tints of Tyrian Purple #710042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.13%
G = 0%
B = 36.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710042 (or 0x710042) is known color: Tyrian Purple. HEX triplet: 71, 00 and 42. RGB value is (113,0,66). Sum of RGB (Red+Green+Blue) = 113+0+66=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #710042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710042 is #8EFFBD. Grayscale: #292929. Windows color (decimal): -9371582 or 4325489. OLE color: 4325489.

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

Color convert

RGB 113 0 66 -
CMYK 0 1 0.42 0.56
HSL 324.96º 1% 0.22% -
HSV(B) 324.96º 1% 0.44% -
XYZ 7.79 3.9 5.5 -
YUV 41.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 113 0 66 0 1 0.42 0.56 324.96 1 0.22
Hex 71 0 42 0 64 2A 38 145 64 16
Octal 161 0 102 0 144 52 70 505 144 26
Binary 1110001 0 1000010 0 1100100 101010 111000 101000101 1100100 10110

Color Harmonies of #710042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710042

Black with #710042

Text Example


Text Example

White with #710042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710042; }

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

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

background-color css

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

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

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

border-color css

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

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

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