Html Css Color HEX #880745 Tyrian Purple

📋 copy color: '#880745'

red 136 ◦ green 7 ◦ blue 69

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

Shades of Tyrian Purple #880745

Tints of Tyrian Purple #880745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.55%

R = 64.15%
G = 3.3%
B = 32.55%

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

#880745 (or 0x880745) is known color: Tyrian Purple. HEX triplet: 88, 07 and 45. RGB value is (136,7,69). Sum of RGB (Red+Green+Blue) = 136+7+69=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #880745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880745 is #77F8BA. Grayscale: #343434. Windows color (decimal): -7862459 or 4523912. OLE color: 4523912.

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

Color convert

RGB 136 7 69 -
CMYK 0 0.95 0.49 0.47
HSL 331.16º 0.9% 0.28% -
HSV(B) 331.16º 0.95% 0.53% -
XYZ 11.3 5.82 6.16 -
YUV 52.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 136 7 69 0 0.95 0.49 0.47 331.16 0.9 0.28
Hex 88 7 45 0 5F 31 2F 14B 5A 1C
Octal 210 7 105 0 137 61 57 513 132 34
Binary 10001000 111 1000101 0 1011111 110001 101111 101001011 1011010 11100

Color Harmonies of #880745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880745

Black with #880745

Text Example


Text Example

White with #880745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880745; }

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

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

background-color css

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

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

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

border-color css

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

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

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