Html Css Color HEX #710242 Tyrian Purple

📋 copy color: '#710242'

red 113 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #710242

Tints of Tyrian Purple #710242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 62.43%
G = 1.1%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710242 (or 0x710242) is known color: Tyrian Purple. HEX triplet: 71, 02 and 42. RGB value is (113,2,66). Sum of RGB (Red+Green+Blue) = 113+2+66=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #710242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710242 is #8EFDBD. Grayscale: #2A2A2A. Windows color (decimal): -9371070 or 4326001. OLE color: 4326001.

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

Color convert

RGB 113 2 66 -
CMYK 0 0.98 0.42 0.56
HSL 325.41º 0.97% 0.23% -
HSV(B) 325.41º 0.98% 0.44% -
XYZ 7.82 3.95 5.5 -
YUV 42.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 113 2 66 0 0.98 0.42 0.56 325.41 0.97 0.23
Hex 71 2 42 0 62 2A 38 145 61 17
Octal 161 2 102 0 142 52 70 505 141 27
Binary 1110001 10 1000010 0 1100010 101010 111000 101000101 1100001 10111

Color Harmonies of #710242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710242

Black with #710242

Text Example


Text Example

White with #710242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710242; }

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

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

background-color css

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

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

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

border-color css

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

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

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