Html Css Color HEX #80003A Tyrian Purple

📋 copy color: '#80003A'

red 128 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #80003A

Tints of Tyrian Purple #80003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.82%
G = 0%
B = 31.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80003A (or 0x80003A) is known color: Tyrian Purple. HEX triplet: 80, 00 and 3A. RGB value is (128,0,58). Sum of RGB (Red+Green+Blue) = 128+0+58=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #80003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80003A is #7FFFC5. Grayscale: #2C2C2C. Windows color (decimal): -8388550 or 3801216. OLE color: 3801216.

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

Color convert

RGB 128 0 58 -
CMYK 0 1 0.55 0.50
HSL 332.81º 1% 0.25% -
HSV(B) 332.81º 1% 0.5% -
XYZ 9.67 4.89 4.44 -
YUV 44.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 128 0 58 0 1 0.55 0.50 332.81 1 0.25
Hex 80 0 3A 0 64 37 32 14D 64 19
Octal 200 0 72 0 144 67 62 515 144 31
Binary 10000000 0 111010 0 1100100 110111 110010 101001101 1100100 11001

Color Harmonies of #80003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80003A

Black with #80003A

Text Example


Text Example

White with #80003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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