Html Css Color HEX #800740 Tyrian Purple

📋 copy color: '#800740'

red 128 ◦ green 7 ◦ blue 64

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

Shades of Tyrian Purple #800740

Tints of Tyrian Purple #800740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.52%

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 64.32%
G = 3.52%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#800740 (or 0x800740) is known color: Tyrian Purple. HEX triplet: 80, 07 and 40. RGB value is (128,7,64). Sum of RGB (Red+Green+Blue) = 128+7+64=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #800740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800740 is #7FF8BF. Grayscale: #313131. Windows color (decimal): -8386752 or 4196224. OLE color: 4196224.

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

Color convert

RGB 128 7 64 -
CMYK 0 0.95 0.5 0.50
HSL 331.74º 0.9% 0.26% -
HSV(B) 331.74º 0.95% 0.5% -
XYZ 9.9 5.11 5.32 -
YUV 49.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 128 7 64 0 0.95 0.5 0.50 331.74 0.9 0.26
Hex 80 7 40 0 5F 32 32 14C 5A 1A
Octal 200 7 100 0 137 62 62 514 132 32
Binary 10000000 111 1000000 0 1011111 110010 110010 101001100 1011010 11010

Color Harmonies of #800740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800740

Black with #800740

Text Example


Text Example

White with #800740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800740; }

 p { color: rgb(128,7,64); }

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

background-color css

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

 a { background-color: rgb(128,7,64); }

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

border-color css

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

 span { border-color: rgb(128,7,64); }

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