Html Css Color HEX #710946 Tyrian Purple

📋 copy color: '#710946'

red 113 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #710946

Tints of Tyrian Purple #710946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

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

R = 58.85%
G = 4.69%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#710946 (or 0x710946) is known color: Tyrian Purple. HEX triplet: 71, 09 and 46. RGB value is (113,9,70). Sum of RGB (Red+Green+Blue) = 113+9+70=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #710946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710946 is #8EF6B9. Grayscale: #2E2E2E. Windows color (decimal): -9369274 or 4589937. OLE color: 4589937.

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

Color convert

RGB 113 9 70 -
CMYK 0 0.92 0.38 0.56
HSL 324.81º 0.85% 0.24% -
HSV(B) 324.81º 0.92% 0.44% -
XYZ 8.01 4.15 6.17 -
YUV 47.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 113 9 70 0 0.92 0.38 0.56 324.81 0.85 0.24
Hex 71 9 46 0 5C 26 38 145 55 18
Octal 161 11 106 0 134 46 70 505 125 30
Binary 1110001 1001 1000110 0 1011100 100110 111000 101000101 1010101 11000

Color Harmonies of #710946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710946

Black with #710946

Text Example


Text Example

White with #710946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710946; }

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

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

background-color css

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

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

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

border-color css

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

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

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