Html Css Color HEX #710354 Tyrian Purple

📋 copy color: '#710354'

red 113 ◦ green 3 ◦ blue 84

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

Shades of Tyrian Purple #710354

Tints of Tyrian Purple #710354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

 BLUE value IS 84 (33.2% from 255) = 42%

R = 56.5%
G = 1.5%
B = 42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#710354 (or 0x710354) is known color: Tyrian Purple. HEX triplet: 71, 03 and 54. RGB value is (113,3,84). Sum of RGB (Red+Green+Blue) = 113+3+84=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #710354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710354 is #8EFCAB. Grayscale: #2C2C2C. Windows color (decimal): -9370796 or 5505905. OLE color: 5505905.

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

Color convert

RGB 113 3 84 -
CMYK 0 0.97 0.26 0.56
HSL 315.82º 0.95% 0.23% -
HSV(B) 315.82º 0.97% 0.44% -
XYZ 8.44 4.22 8.76 -
YUV 45.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 113 3 84 0 0.97 0.26 0.56 315.82 0.95 0.23
Hex 71 3 54 0 61 1A 38 13C 5F 17
Octal 161 3 124 0 141 32 70 474 137 27
Binary 1110001 11 1010100 0 1100001 11010 111000 100111100 1011111 10111

Color Harmonies of #710354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710354

Black with #710354

Text Example


Text Example

White with #710354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710354; }

 p { color: rgb(113,3,84); }

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

background-color css

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

 a { background-color: rgb(113,3,84); }

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

border-color css

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

 span { border-color: rgb(113,3,84); }

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