Html Css Color HEX #710046 Tyrian Purple

📋 copy color: '#710046'

red 113 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #710046

Tints of Tyrian Purple #710046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.75%
G = 0%
B = 38.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#710046 (or 0x710046) is known color: Tyrian Purple. HEX triplet: 71, 00 and 46. RGB value is (113,0,70). Sum of RGB (Red+Green+Blue) = 113+0+70=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #710046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710046 is #8EFFB9. Grayscale: #292929. Windows color (decimal): -9371578 or 4587633. OLE color: 4587633.

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

Color convert

RGB 113 0 70 -
CMYK 0 1 0.38 0.56
HSL 322.83º 1% 0.22% -
HSV(B) 322.83º 1% 0.44% -
XYZ 7.92 3.95 6.14 -
YUV 41.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 113 0 70 0 1 0.38 0.56 322.83 1 0.22
Hex 71 0 46 0 64 26 38 143 64 16
Octal 161 0 106 0 144 46 70 503 144 26
Binary 1110001 0 1000110 0 1100100 100110 111000 101000011 1100100 10110

Color Harmonies of #710046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710046

Black with #710046

Text Example


Text Example

White with #710046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710046; }

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

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

background-color css

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

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

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

border-color css

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

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

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