Html Css Color HEX #880640 Tyrian Purple

📋 copy color: '#880640'

red 136 ◦ green 6 ◦ blue 64

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

Shades of Tyrian Purple #880640

Tints of Tyrian Purple #880640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

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

R = 66.02%
G = 2.91%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#880640 (or 0x880640) is known color: Tyrian Purple. HEX triplet: 88, 06 and 40. RGB value is (136,6,64). Sum of RGB (Red+Green+Blue) = 136+6+64=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #880640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880640 is #77F9BF. Grayscale: #333333. Windows color (decimal): -7862720 or 4195976. OLE color: 4195976.

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

Color convert

RGB 136 6 64 -
CMYK 0 0.96 0.53 0.47
HSL 333.23º 0.92% 0.28% -
HSV(B) 333.23º 0.96% 0.53% -
XYZ 11.14 5.73 5.37 -
YUV 51.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 136 6 64 0 0.96 0.53 0.47 333.23 0.92 0.28
Hex 88 6 40 0 60 35 2F 14D 5C 1C
Octal 210 6 100 0 140 65 57 515 134 34
Binary 10001000 110 1000000 0 1100000 110101 101111 101001101 1011100 11100

Color Harmonies of #880640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880640

Black with #880640

Text Example


Text Example

White with #880640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880640; }

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

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

background-color css

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

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

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

border-color css

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

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

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