Html Css Color HEX #880379 Purple

📋 copy color: '#880379'

red 136 ◦ green 3 ◦ blue 121

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

Shades of Purple #880379

Tints of Purple #880379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 52.31%
G = 1.15%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#880379 (or 0x880379) is known color: Purple. HEX triplet: 88, 03 and 79. RGB value is (136,3,121). Sum of RGB (Red+Green+Blue) = 136+3+121=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #880379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880379 is #77FC86. Grayscale: #373737. Windows color (decimal): -7863431 or 7930760. OLE color: 7930760.

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

Color convert

RGB 136 3 121 -
CMYK 0 0.98 0.11 0.47
HSL 306.77º 0.96% 0.27% -
HSV(B) 306.77º 0.98% 0.53% -
XYZ 13.64 6.68 18.66 -
YUV 56.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 136 3 121 0 0.98 0.11 0.47 306.77 0.96 0.27
Hex 88 3 79 0 62 B 2F 133 60 1B
Octal 210 3 171 0 142 13 57 463 140 33
Binary 10001000 11 1111001 0 1100010 1011 101111 100110011 1100000 11011

Color Harmonies of #880379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880379

Black with #880379

Text Example


Text Example

White with #880379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880379; }

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

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

background-color css

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

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

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

border-color css

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

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

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