Html Css Color HEX #880477 Purple

📋 copy color: '#880477'

red 136 ◦ green 4 ◦ blue 119

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

Shades of Purple #880477

Tints of Purple #880477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 119 (46.88% from 255) = 45.95%

R = 52.51%
G = 1.54%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#880477 (or 0x880477) is known color: Purple. HEX triplet: 88, 04 and 77. RGB value is (136,4,119). Sum of RGB (Red+Green+Blue) = 136+4+119=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880477 is #77FB88. Grayscale: #383838. Windows color (decimal): -7863177 or 7799944. OLE color: 7799944.

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

Color convert

RGB 136 4 119 -
CMYK 0 0.97 0.12 0.47
HSL 307.73º 0.94% 0.27% -
HSV(B) 307.73º 0.97% 0.53% -
XYZ 13.53 6.65 18.02 -
YUV 56.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 136 4 119 0 0.97 0.12 0.47 307.73 0.94 0.27
Hex 88 4 77 0 61 C 2F 134 5E 1B
Octal 210 4 167 0 141 14 57 464 136 33
Binary 10001000 100 1110111 0 1100001 1100 101111 100110100 1011110 11011

Color Harmonies of #880477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880477

Black with #880477

Text Example


Text Example

White with #880477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880477; }

 p { color: rgb(136,4,119); }

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

background-color css

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

 a { background-color: rgb(136,4,119); }

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

border-color css

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

 span { border-color: rgb(136,4,119); }

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