Html Css Color HEX #800145 Tyrian Purple

📋 copy color: '#800145'

red 128 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #800145

Tints of Tyrian Purple #800145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 69 (27.34% from 255) = 34.85%

R = 64.65%
G = 0.51%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#800145 (or 0x800145) is known color: Tyrian Purple. HEX triplet: 80, 01 and 45. RGB value is (128,1,69). Sum of RGB (Red+Green+Blue) = 128+1+69=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #800145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800145 is #7FFEBA. Grayscale: #2E2E2E. Windows color (decimal): -8388283 or 4522368. OLE color: 4522368.

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

Color convert

RGB 128 1 69 -
CMYK 0 0.99 0.46 0.50
HSL 327.87º 0.98% 0.25% -
HSV(B) 327.87º 0.99% 0.5% -
XYZ 9.99 5.04 6.08 -
YUV 46.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 128 1 69 0 0.99 0.46 0.50 327.87 0.98 0.25
Hex 80 1 45 0 63 2E 32 148 62 19
Octal 200 1 105 0 143 56 62 510 142 31
Binary 10000000 1 1000101 0 1100011 101110 110010 101001000 1100010 11001

Color Harmonies of #800145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800145

Black with #800145

Text Example


Text Example

White with #800145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800145; }

 p { color: rgb(128,1,69); }

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

background-color css

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

 a { background-color: rgb(128,1,69); }

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

border-color css

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

 span { border-color: rgb(128,1,69); }

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