Html Css Color HEX #870677 Purple

📋 copy color: '#870677'

red 135 ◦ green 6 ◦ blue 119

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

Shades of Purple #870677

Tints of Purple #870677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 51.92%
G = 2.31%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#870677 (or 0x870677) is known color: Purple. HEX triplet: 87, 06 and 77. RGB value is (135,6,119). Sum of RGB (Red+Green+Blue) = 135+6+119=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #870677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870677 is #78F988. Grayscale: #393939. Windows color (decimal): -7928201 or 7800455. OLE color: 7800455.

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

Color convert

RGB 135 6 119 -
CMYK 0 0.96 0.12 0.47
HSL 307.44º 0.91% 0.28% -
HSV(B) 307.44º 0.96% 0.53% -
XYZ 13.39 6.61 18.02 -
YUV 57.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 135 6 119 0 0.96 0.12 0.47 307.44 0.91 0.28
Hex 87 6 77 0 60 C 2F 133 5B 1C
Octal 207 6 167 0 140 14 57 463 133 34
Binary 10000111 110 1110111 0 1100000 1100 101111 100110011 1011011 11100

Color Harmonies of #870677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870677

Black with #870677

Text Example


Text Example

White with #870677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870677; }

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

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

background-color css

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

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

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

border-color css

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

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

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