Html Css Color HEX #880779 Purple

📋 copy color: '#880779'

red 136 ◦ green 7 ◦ blue 121

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

Shades of Purple #880779

Tints of Purple #880779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.65%

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

R = 51.52%
G = 2.65%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#880779 (or 0x880779) is known color: Purple. HEX triplet: 88, 07 and 79. RGB value is (136,7,121). Sum of RGB (Red+Green+Blue) = 136+7+121=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #880779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880779 is #77F886. Grayscale: #3A3A3A. Windows color (decimal): -7862407 or 7931784. OLE color: 7931784.

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

Color convert

RGB 136 7 121 -
CMYK 0 0.95 0.11 0.47
HSL 306.98º 0.9% 0.28% -
HSV(B) 306.98º 0.95% 0.53% -
XYZ 13.68 6.77 18.67 -
YUV 58.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 136 7 121 0 0.95 0.11 0.47 306.98 0.9 0.28
Hex 88 7 79 0 5F B 2F 133 5A 1C
Octal 210 7 171 0 137 13 57 463 132 34
Binary 10001000 111 1111001 0 1011111 1011 101111 100110011 1011010 11100

Color Harmonies of #880779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880779

Black with #880779

Text Example


Text Example

White with #880779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880779; }

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

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

background-color css

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

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

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

border-color css

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

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

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