Html Css Color HEX #880740 Tyrian Purple

📋 copy color: '#880740'

red 136 ◦ green 7 ◦ blue 64

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

Shades of Tyrian Purple #880740

Tints of Tyrian Purple #880740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 65.7%
G = 3.38%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#880740 (or 0x880740) is known color: Tyrian Purple. HEX triplet: 88, 07 and 40. RGB value is (136,7,64). Sum of RGB (Red+Green+Blue) = 136+7+64=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880740 is #77F8BF. Grayscale: #333333. Windows color (decimal): -7862464 or 4196232. OLE color: 4196232.

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

Color convert

RGB 136 7 64 -
CMYK 0 0.95 0.53 0.47
HSL 333.49º 0.9% 0.28% -
HSV(B) 333.49º 0.95% 0.53% -
XYZ 11.15 5.76 5.37 -
YUV 52.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 136 7 64 0 0.95 0.53 0.47 333.49 0.9 0.28
Hex 88 7 40 0 5F 35 2F 14D 5A 1C
Octal 210 7 100 0 137 65 57 515 132 34
Binary 10001000 111 1000000 0 1011111 110101 101111 101001101 1011010 11100

Color Harmonies of #880740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880740

Black with #880740

Text Example


Text Example

White with #880740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880740; }

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

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

background-color css

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

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

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

border-color css

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

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

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