#80023F

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

Shades of Tyrian Purple #80023F

Tints of Tyrian Purple #80023F

Color information

#80023F (or 0x80023F) is unknown color: approx Tyrian Purple. HEX triplet: 80, 02 and 3F. RGB value is (128,2,63). Sum of RGB (Red+Green+Blue) = 128+2+63=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80023F is #7FFDC0. Grayscale: #2E2E2E. Windows color (decimal): -8388033 or 4129408. OLE color: 4129408.

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

Color convert

RGB128263-
CMYK00.980.510.50
HSL330.95º96.92%25.49%-
HSV(B)330.95º98.44%50.2%-
XYZ9.824.995.15-
YUV46.63137.24186.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 66.32%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 63 (25% from 255) = 32.64%
R=66.32%
G=1.04%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12826300.980.510.50330.9596.9225.49
Hex8023F062333214b6119
Octal2002770142636251314131
Binary100000001011111101100010110011110010101001011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80023F; }

 p { color: rgb(128,2,63); }

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

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

 a { background-color: rgb(128,2,63); }

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

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

 span { border-color: rgb(128,2,63); }

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