Html Css Color HEX #80063B Tyrian Purple

📋 copy color: '#80063B'

red 128 ◦ green 6 ◦ blue 59

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

Shades of Tyrian Purple #80063B

Tints of Tyrian Purple #80063B

RGB

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

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

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

R = 66.32%
G = 3.11%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80063B (or 0x80063B) is known color: Tyrian Purple. HEX triplet: 80, 06 and 3B. RGB value is (128,6,59). Sum of RGB (Red+Green+Blue) = 128+6+59=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80063B is #7FF9C4. Grayscale: #303030. Windows color (decimal): -8387013 or 3868288. OLE color: 3868288.

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

Color convert

RGB 128 6 59 -
CMYK 0 0.95 0.54 0.50
HSL 333.93º 0.91% 0.26% -
HSV(B) 333.93º 0.95% 0.5% -
XYZ 9.76 5.04 4.6 -
YUV 48.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 128 6 59 0 0.95 0.54 0.50 333.93 0.91 0.26
Hex 80 6 3B 0 5F 36 32 14E 5B 1A
Octal 200 6 73 0 137 66 62 516 133 32
Binary 10000000 110 111011 0 1011111 110110 110010 101001110 1011011 11010

Color Harmonies of #80063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80063B

Black with #80063B

Text Example


Text Example

White with #80063B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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