Html Css Color HEX #800047 Tyrian Purple

📋 copy color: '#800047'

red 128 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #800047

Tints of Tyrian Purple #800047

RGB

 RED value IS 128 (50.39% from 255) = 64.32%

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

 BLUE value IS 71 (28.13% from 255) = 35.68%

R = 64.32%
G = 0%
B = 35.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#800047 (or 0x800047) is known color: Tyrian Purple. HEX triplet: 80, 00 and 47. RGB value is (128,0,71). Sum of RGB (Red+Green+Blue) = 128+0+71=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #800047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800047 is #7FFFB8. Grayscale: #2E2E2E. Windows color (decimal): -8388537 or 4653184. OLE color: 4653184.

HSL color Cylindrical-coordinate representation of color #800047: hue angle of 326.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800047 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 71 -
CMYK 0 1 0.45 0.50
HSL 326.72º 1% 0.25% -
HSV(B) 326.72º 1% 0.5% -
XYZ 10.04 5.04 6.41 -
YUV 46.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 128 0 71 0 1 0.45 0.50 326.72 1 0.25
Hex 80 0 47 0 64 2D 32 147 64 19
Octal 200 0 107 0 144 55 62 507 144 31
Binary 10000000 0 1000111 0 1100100 101101 110010 101000111 1100100 11001

Color Harmonies of #800047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800047

Black with #800047

Text Example


Text Example

White with #800047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800047; }

 p { color: rgb(128,0,71); }

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

background-color css

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

 a { background-color: rgb(128,0,71); }

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

border-color css

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

 span { border-color: rgb(128,0,71); }

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