Html Css Color HEX #880782 Purple

📋 copy color: '#880782'

red 136 ◦ green 7 ◦ blue 130

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

Shades of Purple #880782

Tints of Purple #880782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.62%

R = 49.82%
G = 2.56%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#880782 (or 0x880782) is known color: Purple. HEX triplet: 88, 07 and 82. RGB value is (136,7,130). Sum of RGB (Red+Green+Blue) = 136+7+130=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880782 is #77F87D. Grayscale: #3B3B3B. Windows color (decimal): -7862398 or 8521608. OLE color: 8521608.

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

Color convert

RGB 136 7 130 -
CMYK 0 0.95 0.04 0.47
HSL 302.79º 0.9% 0.28% -
HSV(B) 302.79º 0.95% 0.53% -
XYZ 14.26 7 21.72 -
YUV 59.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 136 7 130 0 0.95 0.04 0.47 302.79 0.9 0.28
Hex 88 7 82 0 5F 4 2F 12F 5A 1C
Octal 210 7 202 0 137 4 57 457 132 34
Binary 10001000 111 10000010 0 1011111 100 101111 100101111 1011010 11100

Color Harmonies of #880782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880782

Black with #880782

Text Example


Text Example

White with #880782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880782; }

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

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

background-color css

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

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

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

border-color css

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

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

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