Html Css Color HEX #880947 Tyrian Purple

📋 copy color: '#880947'

red 136 ◦ green 9 ◦ blue 71

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

Shades of Tyrian Purple #880947

Tints of Tyrian Purple #880947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

 BLUE value IS 71 (28.13% from 255) = 32.87%

R = 62.96%
G = 4.17%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#880947 (or 0x880947) is known color: Tyrian Purple. HEX triplet: 88, 09 and 47. RGB value is (136,9,71). Sum of RGB (Red+Green+Blue) = 136+9+71=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #880947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880947 is #77F6B8. Grayscale: #353535. Windows color (decimal): -7861945 or 4655496. OLE color: 4655496.

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

Color convert

RGB 136 9 71 -
CMYK 0 0.93 0.48 0.47
HSL 330.71º 0.88% 0.28% -
HSV(B) 330.71º 0.93% 0.53% -
XYZ 11.39 5.88 6.5 -
YUV 54.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 136 9 71 0 0.93 0.48 0.47 330.71 0.88 0.28
Hex 88 9 47 0 5D 30 2F 14B 58 1C
Octal 210 11 107 0 135 60 57 513 130 34
Binary 10001000 1001 1000111 0 1011101 110000 101111 101001011 1011000 11100

Color Harmonies of #880947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880947

Black with #880947

Text Example


Text Example

White with #880947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880947; }

 p { color: rgb(136,9,71); }

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

background-color css

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

 a { background-color: rgb(136,9,71); }

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

border-color css

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

 span { border-color: rgb(136,9,71); }

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