Html Css Color HEX #880240 Tyrian Purple

📋 copy color: '#880240'

red 136 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #880240

Tints of Tyrian Purple #880240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 67.33%
G = 0.99%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#880240 (or 0x880240) is known color: Tyrian Purple. HEX triplet: 88, 02 and 40. RGB value is (136,2,64). Sum of RGB (Red+Green+Blue) = 136+2+64=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #880240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880240 is #77FDBF. Grayscale: #313131. Windows color (decimal): -7863744 or 4194952. OLE color: 4194952.

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

Color convert

RGB 136 2 64 -
CMYK 0 0.99 0.53 0.47
HSL 332.24º 0.97% 0.27% -
HSV(B) 332.24º 0.99% 0.53% -
XYZ 11.1 5.65 5.36 -
YUV 49.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 136 2 64 0 0.99 0.53 0.47 332.24 0.97 0.27
Hex 88 2 40 0 63 35 2F 14C 61 1B
Octal 210 2 100 0 143 65 57 514 141 33
Binary 10001000 10 1000000 0 1100011 110101 101111 101001100 1100001 11011

Color Harmonies of #880240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880240

Black with #880240

Text Example


Text Example

White with #880240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880240; }

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

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

background-color css

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

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

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

border-color css

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

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

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