Html Css Color HEX #880577 Purple

📋 copy color: '#880577'

red 136 ◦ green 5 ◦ blue 119

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

Shades of Purple #880577

Tints of Purple #880577

RGB

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

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

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

R = 52.31%
G = 1.92%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#880577 (or 0x880577) is known color: Purple. HEX triplet: 88, 05 and 77. RGB value is (136,5,119). Sum of RGB (Red+Green+Blue) = 136+5+119=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #880577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880577 is #77FA88. Grayscale: #383838. Windows color (decimal): -7862921 or 7800200. OLE color: 7800200.

HSL color Cylindrical-coordinate representation of color #880577: hue angle of 307.79º 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 #880577 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 5 119 -
CMYK 0 0.96 0.12 0.47
HSL 307.79º 0.93% 0.28% -
HSV(B) 307.79º 0.96% 0.53% -
XYZ 13.54 6.67 18.03 -
YUV 57.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 136 5 119 0 0.96 0.12 0.47 307.79 0.93 0.28
Hex 88 5 77 0 60 C 2F 134 5D 1C
Octal 210 5 167 0 140 14 57 464 135 34
Binary 10001000 101 1110111 0 1100000 1100 101111 100110100 1011101 11100

Color Harmonies of #880577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880577

Black with #880577

Text Example


Text Example

White with #880577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880577; }

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

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

background-color css

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

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

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

border-color css

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

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

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