Html Css Color HEX #80093C Tyrian Purple

📋 copy color: '#80093C'

red 128 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #80093C

Tints of Tyrian Purple #80093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 64.97%
G = 4.57%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80093C (or 0x80093C) is known color: Tyrian Purple. HEX triplet: 80, 09 and 3C. RGB value is (128,9,60). Sum of RGB (Red+Green+Blue) = 128+9+60=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80093C is #7FF6C3. Grayscale: #323232. Windows color (decimal): -8386244 or 3934592. OLE color: 3934592.

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

Color convert

RGB 128 9 60 -
CMYK 0 0.93 0.53 0.50
HSL 334.29º 0.87% 0.27% -
HSV(B) 334.29º 0.93% 0.5% -
XYZ 9.82 5.11 4.74 -
YUV 50.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 128 9 60 0 0.93 0.53 0.50 334.29 0.87 0.27
Hex 80 9 3C 0 5D 35 32 14E 57 1B
Octal 200 11 74 0 135 65 62 516 127 33
Binary 10000000 1001 111100 0 1011101 110101 110010 101001110 1010111 11011

Color Harmonies of #80093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80093C

Black with #80093C

Text Example


Text Example

White with #80093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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