Html Css Color HEX #880F70 Dark Purple

📋 copy color: '#880F70'

red 136 ◦ green 15 ◦ blue 112

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

Shades of Dark Purple #880F70

Tints of Dark Purple #880F70

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 51.71%
G = 5.7%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#880F70 (or 0x880F70) is known color: Dark Purple. HEX triplet: 88, 0F and 70. RGB value is (136,15,112). Sum of RGB (Red+Green+Blue) = 136+15+112=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #880F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F70 is #77F08F. Grayscale: #3D3D3D. Windows color (decimal): -7860368 or 7344008. OLE color: 7344008.

HSL color Cylindrical-coordinate representation of color #880F70: hue angle of 311.9º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F70 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 112 -
CMYK 0 0.89 0.18 0.47
HSL 311.9º 0.8% 0.3% -
HSV(B) 311.9º 0.89% 0.53% -
XYZ 13.25 6.75 15.93 -
YUV 62.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 136 15 112 0 0.89 0.18 0.47 311.9 0.8 0.3
Hex 88 F 70 0 59 12 2F 138 50 1E
Octal 210 17 160 0 131 22 57 470 120 36
Binary 10001000 1111 1110000 0 1011001 10010 101111 100111000 1010000 11110

Color Harmonies of #880F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F70

Black with #880F70

Text Example


Text Example

White with #880F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,15,112); }

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

background-color css

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

 a { background-color: rgb(136,15,112); }

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

border-color css

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

 span { border-color: rgb(136,15,112); }

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