Html Css Color HEX #710040 Tyrian Purple

📋 copy color: '#710040'

red 113 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #710040

Tints of Tyrian Purple #710040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.16%

R = 63.84%
G = 0%
B = 36.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#710040 (or 0x710040) is known color: Tyrian Purple. HEX triplet: 71, 00 and 40. RGB value is (113,0,64). Sum of RGB (Red+Green+Blue) = 113+0+64=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #710040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710040 is #8EFFBF. Grayscale: #282828. Windows color (decimal): -9371584 or 4194417. OLE color: 4194417.

HSL color Cylindrical-coordinate representation of color #710040: hue angle of 326.02º 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 #710040 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 64 -
CMYK 0 1 0.43 0.56
HSL 326.02º 1% 0.22% -
HSV(B) 326.02º 1% 0.44% -
XYZ 7.74 3.88 5.19 -
YUV 41.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 113 0 64 0 1 0.43 0.56 326.02 1 0.22
Hex 71 0 40 0 64 2B 38 146 64 16
Octal 161 0 100 0 144 53 70 506 144 26
Binary 1110001 0 1000000 0 1100100 101011 111000 101000110 1100100 10110

Color Harmonies of #710040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710040

Black with #710040

Text Example


Text Example

White with #710040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710040; }

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

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

background-color css

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

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

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

border-color css

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

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

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