Html Css Color HEX #80023E Tyrian Purple

📋 copy color: '#80023E'

red 128 ◦ green 2 ◦ blue 62

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

Shades of Tyrian Purple #80023E

Tints of Tyrian Purple #80023E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 62 (24.61% from 255) = 32.29%

R = 66.67%
G = 1.04%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80023E (or 0x80023E) is known color: Tyrian Purple. HEX triplet: 80, 02 and 3E. RGB value is (128,2,62). Sum of RGB (Red+Green+Blue) = 128+2+62=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #80023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80023E is #7FFDC1. Grayscale: #2E2E2E. Windows color (decimal): -8388034 or 4063872. OLE color: 4063872.

HSL color Cylindrical-coordinate representation of color #80023E: hue angle of 331.43º 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 #80023E is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 2 62 -
CMYK 0 0.98 0.52 0.50
HSL 331.43º 0.97% 0.25% -
HSV(B) 331.43º 0.98% 0.5% -
XYZ 9.79 4.98 5 -
YUV 46.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 128 2 62 0 0.98 0.52 0.50 331.43 0.97 0.25
Hex 80 2 3E 0 62 34 32 14B 61 19
Octal 200 2 76 0 142 64 62 513 141 31
Binary 10000000 10 111110 0 1100010 110100 110010 101001011 1100001 11001

Color Harmonies of #80023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80023E

Black with #80023E

Text Example


Text Example

White with #80023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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