Html Css Color HEX #710542 Tyrian Purple

📋 copy color: '#710542'

red 113 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #710542

Tints of Tyrian Purple #710542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.72%

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

R = 61.41%
G = 2.72%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710542 (or 0x710542) is known color: Tyrian Purple. HEX triplet: 71, 05 and 42. RGB value is (113,5,66). Sum of RGB (Red+Green+Blue) = 113+5+66=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #710542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710542 is #8EFABD. Grayscale: #2C2C2C. Windows color (decimal): -9370302 or 4326769. OLE color: 4326769.

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

Color convert

RGB 113 5 66 -
CMYK 0 0.96 0.42 0.56
HSL 326.11º 0.92% 0.23% -
HSV(B) 326.11º 0.96% 0.44% -
XYZ 7.85 4.01 5.52 -
YUV 44.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 113 5 66 0 0.96 0.42 0.56 326.11 0.92 0.23
Hex 71 5 42 0 60 2A 38 146 5C 17
Octal 161 5 102 0 140 52 70 506 134 27
Binary 1110001 101 1000010 0 1100000 101010 111000 101000110 1011100 10111

Color Harmonies of #710542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710542

Black with #710542

Text Example


Text Example

White with #710542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710542; }

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

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

background-color css

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

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

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

border-color css

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

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

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