Html Css Color HEX #800144 Tyrian Purple

📋 copy color: '#800144'

red 128 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #800144

Tints of Tyrian Purple #800144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 64.97%
G = 0.51%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#800144 (or 0x800144) is known color: Tyrian Purple. HEX triplet: 80, 01 and 44. RGB value is (128,1,68). Sum of RGB (Red+Green+Blue) = 128+1+68=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #800144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800144 is #7FFEBB. Grayscale: #2E2E2E. Windows color (decimal): -8388284 or 4456832. OLE color: 4456832.

HSL color Cylindrical-coordinate representation of color #800144: hue angle of 328.35º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800144 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 68 -
CMYK 0 0.99 0.47 0.50
HSL 328.35º 0.98% 0.25% -
HSV(B) 328.35º 0.99% 0.5% -
XYZ 9.96 5.03 5.91 -
YUV 46.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 128 1 68 0 0.99 0.47 0.50 328.35 0.98 0.25
Hex 80 1 44 0 63 2F 32 148 62 19
Octal 200 1 104 0 143 57 62 510 142 31
Binary 10000000 1 1000100 0 1100011 101111 110010 101001000 1100010 11001

Color Harmonies of #800144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800144

Black with #800144

Text Example


Text Example

White with #800144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800144; }

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

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

background-color css

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

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

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

border-color css

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

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

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