Html Css Color HEX #880747 Tyrian Purple

📋 copy color: '#880747'

red 136 ◦ green 7 ◦ blue 71

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

Shades of Tyrian Purple #880747

Tints of Tyrian Purple #880747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 63.55%
G = 3.27%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#880747 (or 0x880747) is known color: Tyrian Purple. HEX triplet: 88, 07 and 47. RGB value is (136,7,71). Sum of RGB (Red+Green+Blue) = 136+7+71=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #880747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880747 is #77F8B8. Grayscale: #343434. Windows color (decimal): -7862457 or 4654984. OLE color: 4654984.

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

Color convert

RGB 136 7 71 -
CMYK 0 0.95 0.48 0.47
HSL 330.23º 0.9% 0.28% -
HSV(B) 330.23º 0.95% 0.53% -
XYZ 11.37 5.84 6.49 -
YUV 52.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 136 7 71 0 0.95 0.48 0.47 330.23 0.9 0.28
Hex 88 7 47 0 5F 30 2F 14A 5A 1C
Octal 210 7 107 0 137 60 57 512 132 34
Binary 10001000 111 1000111 0 1011111 110000 101111 101001010 1011010 11100

Color Harmonies of #880747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880747

Black with #880747

Text Example


Text Example

White with #880747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880747; }

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

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

background-color css

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

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

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

border-color css

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

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

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