#800948

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

Shades of Tyrian Purple #800948

Tints of Tyrian Purple #800948

Color information

#800948 (or 0x800948) is unknown color: approx Tyrian Purple. HEX triplet: 80, 09 and 48. RGB value is (128,9,72). Sum of RGB (Red+Green+Blue) = 128+9+72=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #800948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800948 is #7FF6B7. Grayscale: #333333. Windows color (decimal): -8386232 or 4721024. OLE color: 4721024.

HSL color Cylindrical-coordinate representation of color #800948: hue angle of 328.24º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800948 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB128972-
CMYK00.930.440.50
HSL328.24º86.86%26.86%-
HSV(B)328.24º92.97%50.2%-
XYZ10.175.256.61-
YUV51.76139.42182.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.24%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=61.24%
G=4.31%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12897200.930.440.50328.2486.8626.86
Hex8094805D2C32148571b
Octal200111100135546251012733
Binary100000001001100100001011101101100110010101001000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800948; }

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

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

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

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

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

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

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

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