Html Css Color HEX #880243 Tyrian Purple

📋 copy color: '#880243'

red 136 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #880243

Tints of Tyrian Purple #880243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 66.34%
G = 0.98%
B = 32.68%

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

#880243 (or 0x880243) is known color: Tyrian Purple. HEX triplet: 88, 02 and 43. RGB value is (136,2,67). Sum of RGB (Red+Green+Blue) = 136+2+67=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #880243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880243 is #77FDBC. Grayscale: #313131. Windows color (decimal): -7863741 or 4391560. OLE color: 4391560.

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

Color convert

RGB 136 2 67 -
CMYK 0 0.99 0.51 0.47
HSL 330.9º 0.97% 0.27% -
HSV(B) 330.9º 0.99% 0.53% -
XYZ 11.19 5.68 5.82 -
YUV 49.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 136 2 67 0 0.99 0.51 0.47 330.9 0.97 0.27
Hex 88 2 43 0 63 33 2F 14B 61 1B
Octal 210 2 103 0 143 63 57 513 141 33
Binary 10001000 10 1000011 0 1100011 110011 101111 101001011 1100001 11011

Color Harmonies of #880243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880243

Black with #880243

Text Example


Text Example

White with #880243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880243; }

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

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

background-color css

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

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

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

border-color css

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

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

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