Html Css Color HEX #880446 Tyrian Purple

📋 copy color: '#880446'

red 136 ◦ green 4 ◦ blue 70

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

Shades of Tyrian Purple #880446

Tints of Tyrian Purple #880446

RGB

 RED value IS 136 (53.52% from 255) = 64.76%

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 64.76%
G = 1.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#880446 (or 0x880446) is known color: Tyrian Purple. HEX triplet: 88, 04 and 46. RGB value is (136,4,70). Sum of RGB (Red+Green+Blue) = 136+4+70=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #880446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880446 is #77FBB9. Grayscale: #323232. Windows color (decimal): -7863226 or 4588680. OLE color: 4588680.

HSL color Cylindrical-coordinate representation of color #880446: hue angle of 330º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880446 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 70 -
CMYK 0 0.97 0.49 0.47
HSL 330º 0.94% 0.27% -
HSV(B) 330º 0.97% 0.53% -
XYZ 11.3 5.76 6.31 -
YUV 50.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 136 4 70 0 0.97 0.49 0.47 330 0.94 0.27
Hex 88 4 46 0 61 31 2F 14A 5E 1B
Octal 210 4 106 0 141 61 57 512 136 33
Binary 10001000 100 1000110 0 1100001 110001 101111 101001010 1011110 11011

Color Harmonies of #880446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880446

Black with #880446

Text Example


Text Example

White with #880446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880446; }

 p { color: rgb(136,4,70); }

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

background-color css

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

 a { background-color: rgb(136,4,70); }

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

border-color css

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

 span { border-color: rgb(136,4,70); }

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