Html Css Color HEX #880441 Tyrian Purple

📋 copy color: '#880441'

red 136 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #880441

Tints of Tyrian Purple #880441

RGB

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

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

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

R = 66.34%
G = 1.95%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#880441 (or 0x880441) is known color: Tyrian Purple. HEX triplet: 88, 04 and 41. RGB value is (136,4,65). Sum of RGB (Red+Green+Blue) = 136+4+65=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #880441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880441 is #77FBBE. Grayscale: #323232. Windows color (decimal): -7863231 or 4261000. OLE color: 4261000.

HSL color Cylindrical-coordinate representation of color #880441: hue angle of 332.27º 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 #880441 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 65 -
CMYK 0 0.97 0.52 0.47
HSL 332.27º 0.94% 0.27% -
HSV(B) 332.27º 0.97% 0.53% -
XYZ 11.15 5.7 5.51 -
YUV 50.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 136 4 65 0 0.97 0.52 0.47 332.27 0.94 0.27
Hex 88 4 41 0 61 34 2F 14C 5E 1B
Octal 210 4 101 0 141 64 57 514 136 33
Binary 10001000 100 1000001 0 1100001 110100 101111 101001100 1011110 11011

Color Harmonies of #880441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880441

Black with #880441

Text Example


Text Example

White with #880441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880441; }

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

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

background-color css

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

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

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

border-color css

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

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

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