Html Css Color HEX #880C72 Dark Purple

📋 copy color: '#880C72'

red 136 ◦ green 12 ◦ blue 114

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

Shades of Dark Purple #880C72

Tints of Dark Purple #880C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 51.91%
G = 4.58%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#880C72 (or 0x880C72) is known color: Dark Purple. HEX triplet: 88, 0C and 72. RGB value is (136,12,114). Sum of RGB (Red+Green+Blue) = 136+12+114=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #880C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C72 is #77F38D. Grayscale: #3C3C3C. Windows color (decimal): -7861134 or 7474312. OLE color: 7474312.

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

Color convert

RGB 136 12 114 -
CMYK 0 0.91 0.16 0.47
HSL 310.65º 0.84% 0.29% -
HSV(B) 310.65º 0.91% 0.53% -
XYZ 13.32 6.71 16.51 -
YUV 60.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 136 12 114 0 0.91 0.16 0.47 310.65 0.84 0.29
Hex 88 C 72 0 5B 10 2F 137 54 1D
Octal 210 14 162 0 133 20 57 467 124 35
Binary 10001000 1100 1110010 0 1011011 10000 101111 100110111 1010100 11101

Color Harmonies of #880C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C72

Black with #880C72

Text Example


Text Example

White with #880C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,12,114); }

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

background-color css

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

 a { background-color: rgb(136,12,114); }

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

border-color css

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

 span { border-color: rgb(136,12,114); }

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