Html Css Color HEX #80053E Tyrian Purple

📋 copy color: '#80053E'

red 128 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #80053E

Tints of Tyrian Purple #80053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.56%

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

R = 65.64%
G = 2.56%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80053E (or 0x80053E) is known color: Tyrian Purple. HEX triplet: 80, 05 and 3E. RGB value is (128,5,62). Sum of RGB (Red+Green+Blue) = 128+5+62=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80053E is #7FFAC1. Grayscale: #303030. Windows color (decimal): -8387266 or 4064640. OLE color: 4064640.

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

Color convert

RGB 128 5 62 -
CMYK 0 0.96 0.52 0.50
HSL 332.2º 0.92% 0.26% -
HSV(B) 332.2º 0.96% 0.5% -
XYZ 9.83 5.05 5.01 -
YUV 48.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 128 5 62 0 0.96 0.52 0.50 332.2 0.92 0.26
Hex 80 5 3E 0 60 34 32 14C 5C 1A
Octal 200 5 76 0 140 64 62 514 134 32
Binary 10000000 101 111110 0 1100000 110100 110010 101001100 1011100 11010

Color Harmonies of #80053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80053E

Black with #80053E

Text Example


Text Example

White with #80053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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