Html Css Color HEX #80033B Tyrian Purple

📋 copy color: '#80033B'

red 128 ◦ green 3 ◦ blue 59

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

Shades of Tyrian Purple #80033B

Tints of Tyrian Purple #80033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.05%

R = 67.37%
G = 1.58%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80033B (or 0x80033B) is known color: Tyrian Purple. HEX triplet: 80, 03 and 3B. RGB value is (128,3,59). Sum of RGB (Red+Green+Blue) = 128+3+59=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #80033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80033B is #7FFCC4. Grayscale: #2E2E2E. Windows color (decimal): -8387781 or 3867520. OLE color: 3867520.

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

Color convert

RGB 128 3 59 -
CMYK 0 0.98 0.54 0.50
HSL 333.12º 0.95% 0.26% -
HSV(B) 333.12º 0.98% 0.5% -
XYZ 9.72 4.97 4.58 -
YUV 46.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 128 3 59 0 0.98 0.54 0.50 333.12 0.95 0.26
Hex 80 3 3B 0 62 36 32 14D 5F 1A
Octal 200 3 73 0 142 66 62 515 137 32
Binary 10000000 11 111011 0 1100010 110110 110010 101001101 1011111 11010

Color Harmonies of #80033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80033B

Black with #80033B

Text Example


Text Example

White with #80033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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