Html Css Color HEX #800448 Tyrian Purple

📋 copy color: '#800448'

red 128 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #800448

Tints of Tyrian Purple #800448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 62.75%
G = 1.96%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#800448 (or 0x800448) is known color: Tyrian Purple. HEX triplet: 80, 04 and 48. RGB value is (128,4,72). Sum of RGB (Red+Green+Blue) = 128+4+72=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #800448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800448 is #7FFBB7. Grayscale: #303030. Windows color (decimal): -8387512 or 4719744. OLE color: 4719744.

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

Color convert

RGB 128 4 72 -
CMYK 0 0.97 0.44 0.50
HSL 327.1º 0.94% 0.26% -
HSV(B) 327.1º 0.97% 0.5% -
XYZ 10.12 5.14 6.59 -
YUV 48.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 128 4 72 0 0.97 0.44 0.50 327.1 0.94 0.26
Hex 80 4 48 0 61 2C 32 147 5E 1A
Octal 200 4 110 0 141 54 62 507 136 32
Binary 10000000 100 1001000 0 1100001 101100 110010 101000111 1011110 11010

Color Harmonies of #800448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800448

Black with #800448

Text Example


Text Example

White with #800448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800448; }

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

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

background-color css

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

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

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

border-color css

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

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

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