Html Css Color HEX #880479 Purple

📋 copy color: '#880479'

red 136 ◦ green 4 ◦ blue 121

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

Shades of Purple #880479

Tints of Purple #880479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 52.11%
G = 1.53%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#880479 (or 0x880479) is known color: Purple. HEX triplet: 88, 04 and 79. RGB value is (136,4,121). Sum of RGB (Red+Green+Blue) = 136+4+121=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #880479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880479 is #77FB86. Grayscale: #383838. Windows color (decimal): -7863175 or 7931016. OLE color: 7931016.

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

Color convert

RGB 136 4 121 -
CMYK 0 0.97 0.11 0.47
HSL 306.82º 0.94% 0.27% -
HSV(B) 306.82º 0.97% 0.53% -
XYZ 13.65 6.7 18.66 -
YUV 56.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 136 4 121 0 0.97 0.11 0.47 306.82 0.94 0.27
Hex 88 4 79 0 61 B 2F 133 5E 1B
Octal 210 4 171 0 141 13 57 463 136 33
Binary 10001000 100 1111001 0 1100001 1011 101111 100110011 1011110 11011

Color Harmonies of #880479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880479

Black with #880479

Text Example


Text Example

White with #880479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880479; }

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

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

background-color css

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

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

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

border-color css

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

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

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