Html Css Color HEX #880682 Purple

📋 copy color: '#880682'

red 136 ◦ green 6 ◦ blue 130

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

Shades of Purple #880682

Tints of Purple #880682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 50%
G = 2.21%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#880682 (or 0x880682) is known color: Purple. HEX triplet: 88, 06 and 82. RGB value is (136,6,130). Sum of RGB (Red+Green+Blue) = 136+6+130=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #880682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880682 is #77F97D. Grayscale: #3A3A3A. Windows color (decimal): -7862654 or 8521352. OLE color: 8521352.

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

Color convert

RGB 136 6 130 -
CMYK 0 0.96 0.04 0.47
HSL 302.77º 0.92% 0.28% -
HSV(B) 302.77º 0.96% 0.53% -
XYZ 14.25 6.98 21.71 -
YUV 59.01 168.07 182.92 -
System Red Green Blue C M Y K H S L
Decimal 136 6 130 0 0.96 0.04 0.47 302.77 0.92 0.28
Hex 88 6 82 0 60 4 2F 12F 5C 1C
Octal 210 6 202 0 140 4 57 457 134 34
Binary 10001000 110 10000010 0 1100000 100 101111 100101111 1011100 11100

Color Harmonies of #880682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880682

Black with #880682

Text Example


Text Example

White with #880682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880682; }

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

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

background-color css

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

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

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

border-color css

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

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

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