Html Css Color HEX #880548 Tyrian Purple

📋 copy color: '#880548'

red 136 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #880548

Tints of Tyrian Purple #880548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.8%

R = 63.85%
G = 2.35%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#880548 (or 0x880548) is known color: Tyrian Purple. HEX triplet: 88, 05 and 48. RGB value is (136,5,72). Sum of RGB (Red+Green+Blue) = 136+5+72=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #880548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880548 is #77FAB7. Grayscale: #333333. Windows color (decimal): -7862968 or 4720008. OLE color: 4720008.

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

Color convert

RGB 136 5 72 -
CMYK 0 0.96 0.47 0.47
HSL 329.31º 0.93% 0.28% -
HSV(B) 329.31º 0.96% 0.53% -
XYZ 11.38 5.81 6.65 -
YUV 51.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 136 5 72 0 0.96 0.47 0.47 329.31 0.93 0.28
Hex 88 5 48 0 60 2F 2F 149 5D 1C
Octal 210 5 110 0 140 57 57 511 135 34
Binary 10001000 101 1001000 0 1100000 101111 101111 101001001 1011101 11100

Color Harmonies of #880548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880548

Black with #880548

Text Example


Text Example

White with #880548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880548; }

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

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

background-color css

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

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

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

border-color css

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

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

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