Html Css Color HEX #860279 Purple

📋 copy color: '#860279'

red 134 ◦ green 2 ◦ blue 121

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

Shades of Purple #860279

Tints of Purple #860279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 52.14%
G = 0.78%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#860279 (or 0x860279) is known color: Purple. HEX triplet: 86, 02 and 79. RGB value is (134,2,121). Sum of RGB (Red+Green+Blue) = 134+2+121=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #860279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860279 is #79FD86. Grayscale: #363636. Windows color (decimal): -7994759 or 7930502. OLE color: 7930502.

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

Color convert

RGB 134 2 121 -
CMYK 0 0.99 0.10 0.47
HSL 305.91º 0.97% 0.27% -
HSV(B) 305.91º 0.99% 0.53% -
XYZ 13.3 6.49 18.64 -
YUV 55.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 134 2 121 0 0.99 0.10 0.47 305.91 0.97 0.27
Hex 86 2 79 0 63 A 2F 132 61 1B
Octal 206 2 171 0 143 12 57 462 141 33
Binary 10000110 10 1111001 0 1100011 1010 101111 100110010 1100001 11011

Color Harmonies of #860279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860279

Black with #860279

Text Example


Text Example

White with #860279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860279; }

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

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

background-color css

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

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

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

border-color css

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

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

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