Html Css Color HEX #710446 Tyrian Purple

📋 copy color: '#710446'

red 113 ◦ green 4 ◦ blue 70

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

Shades of Tyrian Purple #710446

Tints of Tyrian Purple #710446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 60.43%
G = 2.14%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#710446 (or 0x710446) is known color: Tyrian Purple. HEX triplet: 71, 04 and 46. RGB value is (113,4,70). Sum of RGB (Red+Green+Blue) = 113+4+70=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710446 is #8EFBB9. Grayscale: #2B2B2B. Windows color (decimal): -9370554 or 4588657. OLE color: 4588657.

HSL color Cylindrical-coordinate representation of color #710446: hue angle of 323.67º degrees, saturation: 0.93, 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 #710446 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 70 -
CMYK 0 0.96 0.38 0.56
HSL 323.67º 0.93% 0.23% -
HSV(B) 323.67º 0.96% 0.44% -
XYZ 7.96 4.04 6.15 -
YUV 44.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 113 4 70 0 0.96 0.38 0.56 323.67 0.93 0.23
Hex 71 4 46 0 60 26 38 144 5D 17
Octal 161 4 106 0 140 46 70 504 135 27
Binary 1110001 100 1000110 0 1100000 100110 111000 101000100 1011101 10111

Color Harmonies of #710446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710446

Black with #710446

Text Example


Text Example

White with #710446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710446; }

 p { color: rgb(113,4,70); }

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

background-color css

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

 a { background-color: rgb(113,4,70); }

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

border-color css

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

 span { border-color: rgb(113,4,70); }

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