Html Css Color HEX #880543 Tyrian Purple

📋 copy color: '#880543'

red 136 ◦ green 5 ◦ blue 67

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

Shades of Tyrian Purple #880543

Tints of Tyrian Purple #880543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.21%

R = 65.38%
G = 2.4%
B = 32.21%

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

#880543 (or 0x880543) is known color: Tyrian Purple. HEX triplet: 88, 05 and 43. RGB value is (136,5,67). Sum of RGB (Red+Green+Blue) = 136+5+67=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #880543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880543 is #77FABC. Grayscale: #333333. Windows color (decimal): -7862973 or 4392328. OLE color: 4392328.

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

Color convert

RGB 136 5 67 -
CMYK 0 0.96 0.51 0.47
HSL 331.6º 0.93% 0.28% -
HSV(B) 331.6º 0.96% 0.53% -
XYZ 11.22 5.75 5.83 -
YUV 51.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 136 5 67 0 0.96 0.51 0.47 331.6 0.93 0.28
Hex 88 5 43 0 60 33 2F 14C 5D 1C
Octal 210 5 103 0 140 63 57 514 135 34
Binary 10001000 101 1000011 0 1100000 110011 101111 101001100 1011101 11100

Color Harmonies of #880543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880543

Black with #880543

Text Example


Text Example

White with #880543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880543; }

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

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

background-color css

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

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

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

border-color css

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

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

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