Html Css Color HEX #80044B Tyrian Purple

📋 copy color: '#80044B'

red 128 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #80044B

Tints of Tyrian Purple #80044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.23%

R = 61.84%
G = 1.93%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80044B (or 0x80044B) is known color: Tyrian Purple. HEX triplet: 80, 04 and 4B. RGB value is (128,4,75). Sum of RGB (Red+Green+Blue) = 128+4+75=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80044B is #7FFBB4. Grayscale: #313131. Windows color (decimal): -8387509 or 4916352. OLE color: 4916352.

HSL color Cylindrical-coordinate representation of color #80044B: hue angle of 325.65º 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 #80044B is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 75 -
CMYK 0 0.97 0.41 0.50
HSL 325.65º 0.94% 0.26% -
HSV(B) 325.65º 0.97% 0.5% -
XYZ 10.22 5.18 7.12 -
YUV 49.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 128 4 75 0 0.97 0.41 0.50 325.65 0.94 0.26
Hex 80 4 4B 0 61 29 32 146 5E 1A
Octal 200 4 113 0 141 51 62 506 136 32
Binary 10000000 100 1001011 0 1100001 101001 110010 101000110 1011110 11010

Color Harmonies of #80044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80044B

Black with #80044B

Text Example


Text Example

White with #80044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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