Html Css Color HEX #710842 Tyrian Purple

📋 copy color: '#710842'

red 113 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #710842

Tints of Tyrian Purple #710842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

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

R = 60.43%
G = 4.28%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710842 (or 0x710842) is known color: Tyrian Purple. HEX triplet: 71, 08 and 42. RGB value is (113,8,66). Sum of RGB (Red+Green+Blue) = 113+8+66=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710842 is #8EF7BD. Grayscale: #2D2D2D. Windows color (decimal): -9369534 or 4327537. OLE color: 4327537.

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

Color convert

RGB 113 8 66 -
CMYK 0 0.93 0.42 0.56
HSL 326.86º 0.87% 0.24% -
HSV(B) 326.86º 0.93% 0.44% -
XYZ 7.88 4.08 5.53 -
YUV 46.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 113 8 66 0 0.93 0.42 0.56 326.86 0.87 0.24
Hex 71 8 42 0 5D 2A 38 147 57 18
Octal 161 10 102 0 135 52 70 507 127 30
Binary 1110001 1000 1000010 0 1011101 101010 111000 101000111 1010111 11000

Color Harmonies of #710842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710842

Black with #710842

Text Example


Text Example

White with #710842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710842; }

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

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

background-color css

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

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

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

border-color css

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

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

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