Html Css Color HEX #880178 Purple

📋 copy color: '#880178'

red 136 ◦ green 1 ◦ blue 120

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

Shades of Purple #880178

Tints of Purple #880178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 52.92%
G = 0.39%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#880178 (or 0x880178) is known color: Purple. HEX triplet: 88, 01 and 78. RGB value is (136,1,120). Sum of RGB (Red+Green+Blue) = 136+1+120=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880178 is #77FE87. Grayscale: #363636. Windows color (decimal): -7863944 or 7864712. OLE color: 7864712.

HSL color Cylindrical-coordinate representation of color #880178: hue angle of 307.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880178 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 120 -
CMYK 0 0.99 0.12 0.47
HSL 307.11º 0.99% 0.27% -
HSV(B) 307.11º 0.99% 0.53% -
XYZ 13.55 6.61 18.33 -
YUV 54.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 136 1 120 0 0.99 0.12 0.47 307.11 0.99 0.27
Hex 88 1 78 0 63 C 2F 133 63 1B
Octal 210 1 170 0 143 14 57 463 143 33
Binary 10001000 1 1111000 0 1100011 1100 101111 100110011 1100011 11011

Color Harmonies of #880178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880178

Black with #880178

Text Example


Text Example

White with #880178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880178; }

 p { color: rgb(136,1,120); }

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

background-color css

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

 a { background-color: rgb(136,1,120); }

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

border-color css

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

 span { border-color: rgb(136,1,120); }

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