Html Css Color HEX #880542 Tyrian Purple

📋 copy color: '#880542'

red 136 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #880542

Tints of Tyrian Purple #880542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 65.7%
G = 2.42%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#880542 (or 0x880542) is known color: Tyrian Purple. HEX triplet: 88, 05 and 42. RGB value is (136,5,66). Sum of RGB (Red+Green+Blue) = 136+5+66=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880542 is #77FABD. Grayscale: #333333. Windows color (decimal): -7862974 or 4326792. OLE color: 4326792.

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

Color convert

RGB 136 5 66 -
CMYK 0 0.96 0.51 0.47
HSL 332.06º 0.93% 0.28% -
HSV(B) 332.06º 0.96% 0.53% -
XYZ 11.19 5.74 5.67 -
YUV 51.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 136 5 66 0 0.96 0.51 0.47 332.06 0.93 0.28
Hex 88 5 42 0 60 33 2F 14C 5D 1C
Octal 210 5 102 0 140 63 57 514 135 34
Binary 10001000 101 1000010 0 1100000 110011 101111 101001100 1011101 11100

Color Harmonies of #880542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880542

Black with #880542

Text Example


Text Example

White with #880542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880542; }

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

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

background-color css

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

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

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

border-color css

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

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

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