Html Css Color HEX #880546 Tyrian Purple

📋 copy color: '#880546'

red 136 ◦ green 5 ◦ blue 70

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

Shades of Tyrian Purple #880546

Tints of Tyrian Purple #880546

RGB

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

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

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

R = 64.45%
G = 2.37%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#880546 (or 0x880546) is known color: Tyrian Purple. HEX triplet: 88, 05 and 46. RGB value is (136,5,70). Sum of RGB (Red+Green+Blue) = 136+5+70=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #880546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880546 is #77FAB9. Grayscale: #333333. Windows color (decimal): -7862970 or 4588936. OLE color: 4588936.

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

Color convert

RGB 136 5 70 -
CMYK 0 0.96 0.49 0.47
HSL 330.23º 0.93% 0.28% -
HSV(B) 330.23º 0.96% 0.53% -
XYZ 11.31 5.78 6.31 -
YUV 51.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 136 5 70 0 0.96 0.49 0.47 330.23 0.93 0.28
Hex 88 5 46 0 60 31 2F 14A 5D 1C
Octal 210 5 106 0 140 61 57 512 135 34
Binary 10001000 101 1000110 0 1100000 110001 101111 101001010 1011101 11100

Color Harmonies of #880546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880546

Black with #880546

Text Example


Text Example

White with #880546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880546; }

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

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

background-color css

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

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

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

border-color css

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

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

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