Html Css Color HEX #880141 Tyrian Purple

📋 copy color: '#880141'

red 136 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #880141

Tints of Tyrian Purple #880141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 67.33%
G = 0.5%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#880141 (or 0x880141) is known color: Tyrian Purple. HEX triplet: 88, 01 and 41. RGB value is (136,1,65). Sum of RGB (Red+Green+Blue) = 136+1+65=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #880141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880141 is #77FEBE. Grayscale: #303030. Windows color (decimal): -7863999 or 4260232. OLE color: 4260232.

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

Color convert

RGB 136 1 65 -
CMYK 0 0.99 0.52 0.47
HSL 331.56º 0.99% 0.27% -
HSV(B) 331.56º 0.99% 0.53% -
XYZ 11.12 5.64 5.5 -
YUV 48.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 136 1 65 0 0.99 0.52 0.47 331.56 0.99 0.27
Hex 88 1 41 0 63 34 2F 14C 63 1B
Octal 210 1 101 0 143 64 57 514 143 33
Binary 10001000 1 1000001 0 1100011 110100 101111 101001100 1100011 11011

Color Harmonies of #880141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880141

Black with #880141

Text Example


Text Example

White with #880141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880141; }

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

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

background-color css

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

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

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

border-color css

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

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

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