Html Css Color HEX #80033E Tyrian Purple

📋 copy color: '#80033E'

red 128 ◦ green 3 ◦ blue 62

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

Shades of Tyrian Purple #80033E

Tints of Tyrian Purple #80033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

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

R = 66.32%
G = 1.55%
B = 32.12%

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

#80033E (or 0x80033E) is known color: Tyrian Purple. HEX triplet: 80, 03 and 3E. RGB value is (128,3,62). Sum of RGB (Red+Green+Blue) = 128+3+62=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80033E is #7FFCC1. Grayscale: #2E2E2E. Windows color (decimal): -8387778 or 4064128. OLE color: 4064128.

HSL color Cylindrical-coordinate representation of color #80033E: hue angle of 331.68º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80033E is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 3 62 -
CMYK 0 0.98 0.52 0.50
HSL 331.68º 0.95% 0.26% -
HSV(B) 331.68º 0.98% 0.5% -
XYZ 9.8 5 5.01 -
YUV 47.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 128 3 62 0 0.98 0.52 0.50 331.68 0.95 0.26
Hex 80 3 3E 0 62 34 32 14C 5F 1A
Octal 200 3 76 0 142 64 62 514 137 32
Binary 10000000 11 111110 0 1100010 110100 110010 101001100 1011111 11010

Color Harmonies of #80033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80033E

Black with #80033E

Text Example


Text Example

White with #80033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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