Html Css Color HEX #80023F Tyrian Purple

📋 copy color: '#80023F'

red 128 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #80023F

Tints of Tyrian Purple #80023F

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 value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80023F (or 0x80023F) is known color: 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

RGB 128 2 63 -
CMYK 0 0.98 0.51 0.50
HSL 330.95º 0.97% 0.25% -
HSV(B) 330.95º 0.98% 0.5% -
XYZ 9.82 4.99 5.15 -
YUV 46.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 128 2 63 0 0.98 0.51 0.50 330.95 0.97 0.25
Hex 80 2 3F 0 62 33 32 14B 61 19
Octal 200 2 77 0 142 63 62 513 141 31
Binary 10000000 10 111111 0 1100010 110011 110010 101001011 1100001 11001

Color Harmonies of #80023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80023F

Black with #80023F

Text Example


Text Example

White with #80023F

Text Example


Text Example

HTML Codes & Css Web 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>