Html Css Color HEX #80033C Tyrian Purple

📋 copy color: '#80033C'

red 128 ◦ green 3 ◦ blue 60

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

Shades of Tyrian Purple #80033C

Tints of Tyrian Purple #80033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

 BLUE value IS 60 (23.83% from 255) = 31.41%

R = 67.02%
G = 1.57%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80033C (or 0x80033C) is known color: Tyrian Purple. HEX triplet: 80, 03 and 3C. RGB value is (128,3,60). Sum of RGB (Red+Green+Blue) = 128+3+60=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80033C is #7FFCC3. Grayscale: #2E2E2E. Windows color (decimal): -8387780 or 3933056. OLE color: 3933056.

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

Color convert

RGB 128 3 60 -
CMYK 0 0.98 0.53 0.50
HSL 332.64º 0.95% 0.26% -
HSV(B) 332.64º 0.98% 0.5% -
XYZ 9.75 4.98 4.72 -
YUV 46.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 128 3 60 0 0.98 0.53 0.50 332.64 0.95 0.26
Hex 80 3 3C 0 62 35 32 14D 5F 1A
Octal 200 3 74 0 142 65 62 515 137 32
Binary 10000000 11 111100 0 1100010 110101 110010 101001101 1011111 11010

Color Harmonies of #80033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80033C

Black with #80033C

Text Example


Text Example

White with #80033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80033C; }

 p { color: rgb(128,3,60); }

 H1.HeaderClassName
 {
   color: #80033C;
 }
 .AnyTagClassName
 {
   color: #80033C;
 }
</style>

background-color css

<style>
 a { background-color: #80033C; }

 a { background-color: rgb(128,3,60); }

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

border-color css

<style>
 span { border-color: #80033C; }

 span { border-color: rgb(128,3,60); }

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