Html Css Color HEX #800048 Tyrian Purple

📋 copy color: '#800048'

red 128 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #800048

Tints of Tyrian Purple #800048

RGB

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

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

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

R = 64%
G = 0%
B = 36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#800048 (or 0x800048) is known color: Tyrian Purple. HEX triplet: 80, 00 and 48. RGB value is (128,0,72). Sum of RGB (Red+Green+Blue) = 128+0+72=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #800048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800048 is #7FFFB7. Grayscale: #2E2E2E. Windows color (decimal): -8388536 or 4718720. OLE color: 4718720.

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

Color convert

RGB 128 0 72 -
CMYK 0 1 0.44 0.50
HSL 326.25º 1% 0.25% -
HSV(B) 326.25º 1% 0.5% -
XYZ 10.07 5.06 6.58 -
YUV 46.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 128 0 72 0 1 0.44 0.50 326.25 1 0.25
Hex 80 0 48 0 64 2C 32 146 64 19
Octal 200 0 110 0 144 54 62 506 144 31
Binary 10000000 0 1001000 0 1100100 101100 110010 101000110 1100100 11001

Color Harmonies of #800048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800048

Black with #800048

Text Example


Text Example

White with #800048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800048; }

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

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

background-color css

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

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

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

border-color css

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

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

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