Html Css Color HEX #880641 Tyrian Purple

📋 copy color: '#880641'

red 136 ◦ green 6 ◦ blue 65

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

Shades of Tyrian Purple #880641

Tints of Tyrian Purple #880641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 65.7%
G = 2.9%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#880641 (or 0x880641) is known color: Tyrian Purple. HEX triplet: 88, 06 and 41. RGB value is (136,6,65). Sum of RGB (Red+Green+Blue) = 136+6+65=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880641 is #77F9BE. Grayscale: #333333. Windows color (decimal): -7862719 or 4261512. OLE color: 4261512.

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

Color convert

RGB 136 6 65 -
CMYK 0 0.96 0.52 0.47
HSL 332.77º 0.92% 0.28% -
HSV(B) 332.77º 0.96% 0.53% -
XYZ 11.17 5.75 5.52 -
YUV 51.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 136 6 65 0 0.96 0.52 0.47 332.77 0.92 0.28
Hex 88 6 41 0 60 34 2F 14D 5C 1C
Octal 210 6 101 0 140 64 57 515 134 34
Binary 10001000 110 1000001 0 1100000 110100 101111 101001101 1011100 11100

Color Harmonies of #880641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880641

Black with #880641

Text Example


Text Example

White with #880641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880641; }

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

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

background-color css

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

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

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

border-color css

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

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

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