Html Css Color HEX #880544 Tyrian Purple

📋 copy color: '#880544'

red 136 ◦ green 5 ◦ blue 68

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

Shades of Tyrian Purple #880544

Tints of Tyrian Purple #880544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

 BLUE value IS 68 (26.95% from 255) = 32.54%

R = 65.07%
G = 2.39%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#880544 (or 0x880544) is known color: Tyrian Purple. HEX triplet: 88, 05 and 44. RGB value is (136,5,68). Sum of RGB (Red+Green+Blue) = 136+5+68=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #880544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880544 is #77FABB. Grayscale: #333333. Windows color (decimal): -7862972 or 4457864. OLE color: 4457864.

HSL color Cylindrical-coordinate representation of color #880544: hue angle of 331.15º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880544 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 5 68 -
CMYK 0 0.96 0.50 0.47
HSL 331.15º 0.93% 0.28% -
HSV(B) 331.15º 0.96% 0.53% -
XYZ 11.25 5.76 5.99 -
YUV 51.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 136 5 68 0 0.96 0.50 0.47 331.15 0.93 0.28
Hex 88 5 44 0 60 32 2F 14B 5D 1C
Octal 210 5 104 0 140 62 57 513 135 34
Binary 10001000 101 1000100 0 1100000 110010 101111 101001011 1011101 11100

Color Harmonies of #880544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880544

Black with #880544

Text Example


Text Example

White with #880544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880544; }

 p { color: rgb(136,5,68); }

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

background-color css

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

 a { background-color: rgb(136,5,68); }

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

border-color css

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

 span { border-color: rgb(136,5,68); }

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