Html Css Color HEX #800741 Tyrian Purple

📋 copy color: '#800741'

red 128 ◦ green 7 ◦ blue 65

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

Shades of Tyrian Purple #800741

Tints of Tyrian Purple #800741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.5%

R = 64%
G = 3.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#800741 (or 0x800741) is known color: Tyrian Purple. HEX triplet: 80, 07 and 41. RGB value is (128,7,65). Sum of RGB (Red+Green+Blue) = 128+7+65=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #800741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800741 is #7FF8BE. Grayscale: #313131. Windows color (decimal): -8386751 or 4261760. OLE color: 4261760.

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

Color convert

RGB 128 7 65 -
CMYK 0 0.95 0.49 0.50
HSL 331.24º 0.9% 0.26% -
HSV(B) 331.24º 0.95% 0.5% -
XYZ 9.93 5.12 5.47 -
YUV 49.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 128 7 65 0 0.95 0.49 0.50 331.24 0.9 0.26
Hex 80 7 41 0 5F 31 32 14B 5A 1A
Octal 200 7 101 0 137 61 62 513 132 32
Binary 10000000 111 1000001 0 1011111 110001 110010 101001011 1011010 11010

Color Harmonies of #800741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800741

Black with #800741

Text Example


Text Example

White with #800741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800741; }

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

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

background-color css

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

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

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

border-color css

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

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

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