Html Css Color HEX #80013F Tyrian Purple

📋 copy color: '#80013F'

red 128 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #80013F

Tints of Tyrian Purple #80013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 63 (25% from 255) = 32.81%

R = 66.67%
G = 0.52%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80013F (or 0x80013F) is known color: Tyrian Purple. HEX triplet: 80, 01 and 3F. RGB value is (128,1,63). Sum of RGB (Red+Green+Blue) = 128+1+63=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #80013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80013F is #7FFEC0. Grayscale: #2D2D2D. Windows color (decimal): -8388289 or 4129152. OLE color: 4129152.

HSL color Cylindrical-coordinate representation of color #80013F: hue angle of 330.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80013F is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 63 -
CMYK 0 0.99 0.51 0.50
HSL 330.71º 0.98% 0.25% -
HSV(B) 330.71º 0.99% 0.5% -
XYZ 9.81 4.97 5.14 -
YUV 46.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 128 1 63 0 0.99 0.51 0.50 330.71 0.98 0.25
Hex 80 1 3F 0 63 33 32 14B 62 19
Octal 200 1 77 0 143 63 62 513 142 31
Binary 10000000 1 111111 0 1100011 110011 110010 101001011 1100010 11001

Color Harmonies of #80013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80013F

Black with #80013F

Text Example


Text Example

White with #80013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80013F; }

 p { color: rgb(128,1,63); }

 H1.HeaderClassName
 {
   color: #80013F;
 }
 .AnyTagClassName
 {
   color: #80013F;
 }
</style>

background-color css

<style>
 a { background-color: #80013F; }

 a { background-color: rgb(128,1,63); }

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

border-color css

<style>
 span { border-color: #80013F; }

 span { border-color: rgb(128,1,63); }

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