Html Css Color HEX #860679 Purple

📋 copy color: '#860679'

red 134 ◦ green 6 ◦ blue 121

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

Shades of Purple #860679

Tints of Purple #860679

RGB

 RED value IS 134 (52.73% from 255) = 51.34%

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

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

R = 51.34%
G = 2.3%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#860679 (or 0x860679) is known color: Purple. HEX triplet: 86, 06 and 79. RGB value is (134,6,121). Sum of RGB (Red+Green+Blue) = 134+6+121=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #860679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860679 is #79F986. Grayscale: #393939. Windows color (decimal): -7993735 or 7931526. OLE color: 7931526.

HSL color Cylindrical-coordinate representation of color #860679: hue angle of 306.09º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860679 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 6 121 -
CMYK 0 0.96 0.10 0.47
HSL 306.09º 0.91% 0.27% -
HSV(B) 306.09º 0.96% 0.53% -
XYZ 13.35 6.58 18.66 -
YUV 57.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 134 6 121 0 0.96 0.10 0.47 306.09 0.91 0.27
Hex 86 6 79 0 60 A 2F 132 5B 1B
Octal 206 6 171 0 140 12 57 462 133 33
Binary 10000110 110 1111001 0 1100000 1010 101111 100110010 1011011 11011

Color Harmonies of #860679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860679

Black with #860679

Text Example


Text Example

White with #860679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860679; }

 p { color: rgb(134,6,121); }

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

background-color css

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

 a { background-color: rgb(134,6,121); }

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

border-color css

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

 span { border-color: rgb(134,6,121); }

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