Html Css Color HEX #80063A Tyrian Purple

📋 copy color: '#80063A'

red 128 ◦ green 6 ◦ blue 58

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

Shades of Tyrian Purple #80063A

Tints of Tyrian Purple #80063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

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

R = 66.67%
G = 3.13%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80063A (or 0x80063A) is known color: Tyrian Purple. HEX triplet: 80, 06 and 3A. RGB value is (128,6,58). Sum of RGB (Red+Green+Blue) = 128+6+58=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #80063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80063A is #7FF9C5. Grayscale: #303030. Windows color (decimal): -8387014 or 3802752. OLE color: 3802752.

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

Color convert

RGB 128 6 58 -
CMYK 0 0.95 0.55 0.50
HSL 334.43º 0.91% 0.26% -
HSV(B) 334.43º 0.95% 0.5% -
XYZ 9.73 5.02 4.46 -
YUV 48.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 128 6 58 0 0.95 0.55 0.50 334.43 0.91 0.26
Hex 80 6 3A 0 5F 37 32 14E 5B 1A
Octal 200 6 72 0 137 67 62 516 133 32
Binary 10000000 110 111010 0 1011111 110111 110010 101001110 1011011 11010

Color Harmonies of #80063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80063A

Black with #80063A

Text Example


Text Example

White with #80063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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