Html Css Color HEX #80003B Tyrian Purple

📋 copy color: '#80003B'

red 128 ◦ green 0 ◦ blue 59

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

Shades of Tyrian Purple #80003B

Tints of Tyrian Purple #80003B

RGB

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

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

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

R = 68.45%
G = 0%
B = 31.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80003B (or 0x80003B) is known color: Tyrian Purple. HEX triplet: 80, 00 and 3B. RGB value is (128,0,59). Sum of RGB (Red+Green+Blue) = 128+0+59=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #80003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80003B is #7FFFC4. Grayscale: #2C2C2C. Windows color (decimal): -8388549 or 3866752. OLE color: 3866752.

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

Color convert

RGB 128 0 59 -
CMYK 0 1 0.54 0.50
HSL 332.34º 1% 0.25% -
HSV(B) 332.34º 1% 0.5% -
XYZ 9.69 4.9 4.57 -
YUV 45 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 128 0 59 0 1 0.54 0.50 332.34 1 0.25
Hex 80 0 3B 0 64 36 32 14C 64 19
Octal 200 0 73 0 144 66 62 514 144 31
Binary 10000000 0 111011 0 1100100 110110 110010 101001100 1100100 11001

Color Harmonies of #80003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80003B

Black with #80003B

Text Example


Text Example

White with #80003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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