Html Css Color HEX #800945 Tyrian Purple

📋 copy color: '#800945'

red 128 ◦ green 9 ◦ blue 69

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

Shades of Tyrian Purple #800945

Tints of Tyrian Purple #800945

RGB

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

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

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

R = 62.14%
G = 4.37%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#800945 (or 0x800945) is known color: Tyrian Purple. HEX triplet: 80, 09 and 45. RGB value is (128,9,69). Sum of RGB (Red+Green+Blue) = 128+9+69=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #800945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800945 is #7FF6BA. Grayscale: #333333. Windows color (decimal): -8386235 or 4524416. OLE color: 4524416.

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

Color convert

RGB 128 9 69 -
CMYK 0 0.93 0.46 0.50
HSL 329.75º 0.87% 0.27% -
HSV(B) 329.75º 0.93% 0.5% -
XYZ 10.07 5.21 6.11 -
YUV 51.42 137.92 182.62 -
System Red Green Blue C M Y K H S L
Decimal 128 9 69 0 0.93 0.46 0.50 329.75 0.87 0.27
Hex 80 9 45 0 5D 2E 32 14A 57 1B
Octal 200 11 105 0 135 56 62 512 127 33
Binary 10000000 1001 1000101 0 1011101 101110 110010 101001010 1010111 11011

Color Harmonies of #800945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800945

Black with #800945

Text Example


Text Example

White with #800945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800945; }

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

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

background-color css

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

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

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

border-color css

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

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

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