Html Css Color HEX #880570 Eggplant

📋 copy color: '#880570'

red 136 ◦ green 5 ◦ blue 112

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

Shades of Eggplant #880570

Tints of Eggplant #880570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 53.75%
G = 1.98%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#880570 (or 0x880570) is known color: Eggplant. HEX triplet: 88, 05 and 70. RGB value is (136,5,112). Sum of RGB (Red+Green+Blue) = 136+5+112=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #880570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880570 is #77FA8F. Grayscale: #383838. Windows color (decimal): -7862928 or 7341448. OLE color: 7341448.

HSL color Cylindrical-coordinate representation of color #880570: hue angle of 310.99º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880570 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 5 112 -
CMYK 0 0.96 0.18 0.47
HSL 310.99º 0.93% 0.28% -
HSV(B) 310.99º 0.96% 0.53% -
XYZ 13.13 6.51 15.89 -
YUV 56.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 136 5 112 0 0.96 0.18 0.47 310.99 0.93 0.28
Hex 88 5 70 0 60 12 2F 137 5D 1C
Octal 210 5 160 0 140 22 57 467 135 34
Binary 10001000 101 1110000 0 1100000 10010 101111 100110111 1011101 11100

Color Harmonies of #880570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880570

Black with #880570

Text Example


Text Example

White with #880570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880570; }

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

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

background-color css

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

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

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

border-color css

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

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

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