#800148

Color #800148 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #800148

Tints of Tyrian Purple #800148

Color information

#800148 (or 0x800148) is unknown color: approx Tyrian Purple. HEX triplet: 80, 01 and 48. RGB value is (128,1,72). Sum of RGB (Red+Green+Blue) = 128+1+72=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #800148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800148 is #7FFEB7. Grayscale: #2E2E2E. Windows color (decimal): -8388280 or 4718976. OLE color: 4718976.

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

Color convert

RGB128172-
CMYK00.990.440.50
HSL326.46º98.45%25.29%-
HSV(B)326.46º99.22%50.2%-
XYZ10.085.086.58-
YUV47.07142.08185.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=63.68%
G=0.50%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12817200.990.440.50326.4698.4525.29
Hex801480632C321466219
Octal20011100143546250614231
Binary100000001100100001100011101100110010101000110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800148; }

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

 H1.HeaderClassName
 {
   color: #800148;
 }
 .AnyTagClassName
 {
   color: #800148;
 }
</style>
background-color css

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

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

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

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

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

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