Html Css Color HEX #880A71 Dark Purple

📋 copy color: '#880A71'

red 136 ◦ green 10 ◦ blue 113

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

Shades of Dark Purple #880A71

Tints of Dark Purple #880A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 52.51%
G = 3.86%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#880A71 (or 0x880A71) is known color: Dark Purple. HEX triplet: 88, 0A and 71. RGB value is (136,10,113). Sum of RGB (Red+Green+Blue) = 136+10+113=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A71 is #77F58E. Grayscale: #3B3B3B. Windows color (decimal): -7861647 or 7408264. OLE color: 7408264.

HSL color Cylindrical-coordinate representation of color #880A71: hue angle of 310.95º 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 #880A71 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 10 113 -
CMYK 0 0.93 0.17 0.47
HSL 310.95º 0.86% 0.29% -
HSV(B) 310.95º 0.93% 0.53% -
XYZ 13.24 6.64 16.21 -
YUV 59.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 136 10 113 0 0.93 0.17 0.47 310.95 0.86 0.29
Hex 88 A 71 0 5D 11 2F 137 56 1D
Octal 210 12 161 0 135 21 57 467 126 35
Binary 10001000 1010 1110001 0 1011101 10001 101111 100110111 1010110 11101

Color Harmonies of #880A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A71

Black with #880A71

Text Example


Text Example

White with #880A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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