Html Css Color HEX #800043 Tyrian Purple

📋 copy color: '#800043'

red 128 ◦ green 0 ◦ blue 67

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

Shades of Tyrian Purple #800043

Tints of Tyrian Purple #800043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 34.36%

R = 65.64%
G = 0%
B = 34.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#800043 (or 0x800043) is known color: Tyrian Purple. HEX triplet: 80, 00 and 43. RGB value is (128,0,67). Sum of RGB (Red+Green+Blue) = 128+0+67=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #800043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800043 is #7FFFBC. Grayscale: #2D2D2D. Windows color (decimal): -8388541 or 4391040. OLE color: 4391040.

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

Color convert

RGB 128 0 67 -
CMYK 0 1 0.48 0.50
HSL 328.59º 1% 0.25% -
HSV(B) 328.59º 1% 0.5% -
XYZ 9.92 4.99 5.75 -
YUV 45.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 128 0 67 0 1 0.48 0.50 328.59 1 0.25
Hex 80 0 43 0 64 30 32 149 64 19
Octal 200 0 103 0 144 60 62 511 144 31
Binary 10000000 0 1000011 0 1100100 110000 110010 101001001 1100100 11001

Color Harmonies of #800043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800043

Black with #800043

Text Example


Text Example

White with #800043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800043; }

 p { color: rgb(128,0,67); }

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

background-color css

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

 a { background-color: rgb(128,0,67); }

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

border-color css

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

 span { border-color: rgb(128,0,67); }

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