Html Css Color HEX #870680 Purple

📋 copy color: '#870680'

red 135 ◦ green 6 ◦ blue 128

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

Shades of Purple #870680

Tints of Purple #870680

RGB

 RED value IS 135 (53.13% from 255) = 50.19%

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

 BLUE value IS 128 (50.39% from 255) = 47.58%

R = 50.19%
G = 2.23%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#870680 (or 0x870680) is known color: Purple. HEX triplet: 87, 06 and 80. RGB value is (135,6,128). Sum of RGB (Red+Green+Blue) = 135+6+128=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #870680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870680 is #78F97F. Grayscale: #3A3A3A. Windows color (decimal): -7928192 or 8390279. OLE color: 8390279.

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

Color convert

RGB 135 6 128 -
CMYK 0 0.96 0.05 0.47
HSL 303.26º 0.91% 0.28% -
HSV(B) 303.26º 0.96% 0.53% -
XYZ 13.95 6.84 21.01 -
YUV 58.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 135 6 128 0 0.96 0.05 0.47 303.26 0.91 0.28
Hex 87 6 80 0 60 5 2F 12F 5B 1C
Octal 207 6 200 0 140 5 57 457 133 34
Binary 10000111 110 10000000 0 1100000 101 101111 100101111 1011011 11100

Color Harmonies of #870680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870680

Black with #870680

Text Example


Text Example

White with #870680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870680; }

 p { color: rgb(135,6,128); }

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

background-color css

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

 a { background-color: rgb(135,6,128); }

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

border-color css

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

 span { border-color: rgb(135,6,128); }

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