Html Css Color HEX #880A79 Purple

📋 copy color: '#880A79'

red 136 ◦ green 10 ◦ blue 121

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

Shades of Purple #880A79

Tints of Purple #880A79

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

 BLUE value IS 121 (47.66% from 255) = 45.32%

R = 50.94%
G = 3.75%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#880A79 (or 0x880A79) is known color: Purple. HEX triplet: 88, 0A and 79. RGB value is (136,10,121). Sum of RGB (Red+Green+Blue) = 136+10+121=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #880A79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A79 is #77F586. Grayscale: #3C3C3C. Windows color (decimal): -7861639 or 7932552. OLE color: 7932552.

HSL color Cylindrical-coordinate representation of color #880A79: hue angle of 307.14º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A79 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 10 121 -
CMYK 0 0.93 0.11 0.47
HSL 307.14º 0.86% 0.29% -
HSV(B) 307.14º 0.93% 0.53% -
XYZ 13.71 6.83 18.69 -
YUV 60.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 136 10 121 0 0.93 0.11 0.47 307.14 0.86 0.29
Hex 88 A 79 0 5D B 2F 133 56 1D
Octal 210 12 171 0 135 13 57 463 126 35
Binary 10001000 1010 1111001 0 1011101 1011 101111 100110011 1010110 11101

Color Harmonies of #880A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A79

Black with #880A79

Text Example


Text Example

White with #880A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880A79; }

 p { color: rgb(136,10,121); }

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

background-color css

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

 a { background-color: rgb(136,10,121); }

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

border-color css

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

 span { border-color: rgb(136,10,121); }

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