Html Css Color HEX #800045 Tyrian Purple

📋 copy color: '#800045'

red 128 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #800045

Tints of Tyrian Purple #800045

RGB

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

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

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

R = 64.97%
G = 0%
B = 35.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#800045 (or 0x800045) is known color: Tyrian Purple. HEX triplet: 80, 00 and 45. RGB value is (128,0,69). Sum of RGB (Red+Green+Blue) = 128+0+69=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #800045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800045 is #7FFFBA. Grayscale: #2D2D2D. Windows color (decimal): -8388539 or 4522112. OLE color: 4522112.

HSL color Cylindrical-coordinate representation of color #800045: hue angle of 327.66º 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 #800045 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 69 -
CMYK 0 1 0.46 0.50
HSL 327.66º 1% 0.25% -
HSV(B) 327.66º 1% 0.5% -
XYZ 9.98 5.02 6.07 -
YUV 46.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 128 0 69 0 1 0.46 0.50 327.66 1 0.25
Hex 80 0 45 0 64 2E 32 148 64 19
Octal 200 0 105 0 144 56 62 510 144 31
Binary 10000000 0 1000101 0 1100100 101110 110010 101001000 1100100 11001

Color Harmonies of #800045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800045

Black with #800045

Text Example


Text Example

White with #800045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800045; }

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

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

background-color css

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

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

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

border-color css

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

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

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