Html Css Color HEX #880442 Tyrian Purple

📋 copy color: '#880442'

red 136 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #880442

Tints of Tyrian Purple #880442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.04%

R = 66.02%
G = 1.94%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#880442 (or 0x880442) is known color: Tyrian Purple. HEX triplet: 88, 04 and 42. RGB value is (136,4,66). Sum of RGB (Red+Green+Blue) = 136+4+66=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #880442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880442 is #77FBBD. Grayscale: #323232. Windows color (decimal): -7863230 or 4326536. OLE color: 4326536.

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

Color convert

RGB 136 4 66 -
CMYK 0 0.97 0.51 0.47
HSL 331.82º 0.94% 0.27% -
HSV(B) 331.82º 0.97% 0.53% -
XYZ 11.18 5.71 5.67 -
YUV 50.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 136 4 66 0 0.97 0.51 0.47 331.82 0.94 0.27
Hex 88 4 42 0 61 33 2F 14C 5E 1B
Octal 210 4 102 0 141 63 57 514 136 33
Binary 10001000 100 1000010 0 1100001 110011 101111 101001100 1011110 11011

Color Harmonies of #880442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880442

Black with #880442

Text Example


Text Example

White with #880442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880442; }

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

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

background-color css

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

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

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

border-color css

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

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

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