Html Css Color HEX #80083A Tyrian Purple

📋 copy color: '#80083A'

red 128 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #80083A

Tints of Tyrian Purple #80083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

 BLUE value IS 58 (23.05% from 255) = 29.9%

R = 65.98%
G = 4.12%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80083A (or 0x80083A) is known color: Tyrian Purple. HEX triplet: 80, 08 and 3A. RGB value is (128,8,58). Sum of RGB (Red+Green+Blue) = 128+8+58=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #80083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80083A is #7FF7C5. Grayscale: #313131. Windows color (decimal): -8386502 or 3803264. OLE color: 3803264.

HSL color Cylindrical-coordinate representation of color #80083A: hue angle of 335º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80083A is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 58 -
CMYK 0 0.94 0.55 0.50
HSL 335º 0.88% 0.27% -
HSV(B) 335º 0.94% 0.5% -
XYZ 9.75 5.07 4.47 -
YUV 49.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 128 8 58 0 0.94 0.55 0.50 335 0.88 0.27
Hex 80 8 3A 0 5E 37 32 14F 58 1B
Octal 200 10 72 0 136 67 62 517 130 33
Binary 10000000 1000 111010 0 1011110 110111 110010 101001111 1011000 11011

Color Harmonies of #80083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80083A

Black with #80083A

Text Example


Text Example

White with #80083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80083A; }

 p { color: rgb(128,8,58); }

 H1.HeaderClassName
 {
   color: #80083A;
 }
 .AnyTagClassName
 {
   color: #80083A;
 }
</style>

background-color css

<style>
 a { background-color: #80083A; }

 a { background-color: rgb(128,8,58); }

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

border-color css

<style>
 span { border-color: #80083A; }

 span { border-color: rgb(128,8,58); }

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