Html Css Color HEX #800044 Tyrian Purple

📋 copy color: '#800044'

red 128 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #800044

Tints of Tyrian Purple #800044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 65.31%
G = 0%
B = 34.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#800044 (or 0x800044) is known color: Tyrian Purple. HEX triplet: 80, 00 and 44. RGB value is (128,0,68). Sum of RGB (Red+Green+Blue) = 128+0+68=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #800044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800044 is #7FFFBB. Grayscale: #2D2D2D. Windows color (decimal): -8388540 or 4456576. OLE color: 4456576.

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

Color convert

RGB 128 0 68 -
CMYK 0 1 0.47 0.50
HSL 328.13º 1% 0.25% -
HSV(B) 328.13º 1% 0.5% -
XYZ 9.95 5.01 5.91 -
YUV 46.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 128 0 68 0 1 0.47 0.50 328.13 1 0.25
Hex 80 0 44 0 64 2F 32 148 64 19
Octal 200 0 104 0 144 57 62 510 144 31
Binary 10000000 0 1000100 0 1100100 101111 110010 101001000 1100100 11001

Color Harmonies of #800044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800044

Black with #800044

Text Example


Text Example

White with #800044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800044; }

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

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

background-color css

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

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

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

border-color css

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

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

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