Html Css Color HEX #880142 Tyrian Purple

📋 copy color: '#880142'

red 136 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #880142

Tints of Tyrian Purple #880142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 67%
G = 0.49%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#880142 (or 0x880142) is known color: Tyrian Purple. HEX triplet: 88, 01 and 42. RGB value is (136,1,66). Sum of RGB (Red+Green+Blue) = 136+1+66=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #880142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880142 is #77FEBD. Grayscale: #303030. Windows color (decimal): -7863998 or 4325768. OLE color: 4325768.

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

Color convert

RGB 136 1 66 -
CMYK 0 0.99 0.51 0.47
HSL 331.11º 0.99% 0.27% -
HSV(B) 331.11º 0.99% 0.53% -
XYZ 11.15 5.65 5.66 -
YUV 48.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 136 1 66 0 0.99 0.51 0.47 331.11 0.99 0.27
Hex 88 1 42 0 63 33 2F 14B 63 1B
Octal 210 1 102 0 143 63 57 513 143 33
Binary 10001000 1 1000010 0 1100011 110011 101111 101001011 1100011 11011

Color Harmonies of #880142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880142

Black with #880142

Text Example


Text Example

White with #880142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880142; }

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

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

background-color css

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

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

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

border-color css

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

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

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