Html Css Color HEX #880746 Tyrian Purple

📋 copy color: '#880746'

red 136 ◦ green 7 ◦ blue 70

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

Shades of Tyrian Purple #880746

Tints of Tyrian Purple #880746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 63.85%
G = 3.29%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#880746 (or 0x880746) is known color: Tyrian Purple. HEX triplet: 88, 07 and 46. RGB value is (136,7,70). Sum of RGB (Red+Green+Blue) = 136+7+70=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #880746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880746 is #77F8B9. Grayscale: #343434. Windows color (decimal): -7862458 or 4589448. OLE color: 4589448.

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

Color convert

RGB 136 7 70 -
CMYK 0 0.95 0.49 0.47
HSL 330.7º 0.9% 0.28% -
HSV(B) 330.7º 0.95% 0.53% -
XYZ 11.33 5.83 6.32 -
YUV 52.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 136 7 70 0 0.95 0.49 0.47 330.7 0.9 0.28
Hex 88 7 46 0 5F 31 2F 14B 5A 1C
Octal 210 7 106 0 137 61 57 513 132 34
Binary 10001000 111 1000110 0 1011111 110001 101111 101001011 1011010 11100

Color Harmonies of #880746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880746

Black with #880746

Text Example


Text Example

White with #880746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880746; }

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

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

background-color css

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

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

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

border-color css

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

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

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