Html Css Color HEX #880147 Tyrian Purple

📋 copy color: '#880147'

red 136 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #880147

Tints of Tyrian Purple #880147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 65.38%
G = 0.48%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#880147 (or 0x880147) is known color: Tyrian Purple. HEX triplet: 88, 01 and 47. RGB value is (136,1,71). Sum of RGB (Red+Green+Blue) = 136+1+71=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #880147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880147 is #77FEB8. Grayscale: #313131. Windows color (decimal): -7863993 or 4653448. OLE color: 4653448.

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

Color convert

RGB 136 1 71 -
CMYK 0 0.99 0.48 0.47
HSL 328.89º 0.99% 0.27% -
HSV(B) 328.89º 0.99% 0.53% -
XYZ 11.3 5.71 6.47 -
YUV 49.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 136 1 71 0 0.99 0.48 0.47 328.89 0.99 0.27
Hex 88 1 47 0 63 30 2F 149 63 1B
Octal 210 1 107 0 143 60 57 511 143 33
Binary 10001000 1 1000111 0 1100011 110000 101111 101001001 1100011 11011

Color Harmonies of #880147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880147

Black with #880147

Text Example


Text Example

White with #880147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880147; }

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

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

background-color css

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

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

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

border-color css

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

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

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