Html Css Color HEX #80043C Tyrian Purple

📋 copy color: '#80043C'

red 128 ◦ green 4 ◦ blue 60

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

Shades of Tyrian Purple #80043C

Tints of Tyrian Purple #80043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.25%

R = 66.67%
G = 2.08%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80043C (or 0x80043C) is known color: Tyrian Purple. HEX triplet: 80, 04 and 3C. RGB value is (128,4,60). Sum of RGB (Red+Green+Blue) = 128+4+60=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #80043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80043C is #7FFBC3. Grayscale: #2F2F2F. Windows color (decimal): -8387524 or 3933312. OLE color: 3933312.

HSL color Cylindrical-coordinate representation of color #80043C: hue angle of 332.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80043C is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 60 -
CMYK 0 0.97 0.53 0.50
HSL 332.9º 0.94% 0.26% -
HSV(B) 332.9º 0.97% 0.5% -
XYZ 9.76 5 4.73 -
YUV 47.46 135.08 185.45 -
System Red Green Blue C M Y K H S L
Decimal 128 4 60 0 0.97 0.53 0.50 332.9 0.94 0.26
Hex 80 4 3C 0 61 35 32 14D 5E 1A
Octal 200 4 74 0 141 65 62 515 136 32
Binary 10000000 100 111100 0 1100001 110101 110010 101001101 1011110 11010

Color Harmonies of #80043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80043C

Black with #80043C

Text Example


Text Example

White with #80043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80043C; }

 p { color: rgb(128,4,60); }

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

background-color css

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

 a { background-color: rgb(128,4,60); }

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

border-color css

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

 span { border-color: rgb(128,4,60); }

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