Html Css Color HEX #863779 Dark Purple

📋 copy color: '#863779'

red 134 ◦ green 55 ◦ blue 121

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

Shades of Dark Purple #863779

Tints of Dark Purple #863779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.74%

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

R = 43.23%
G = 17.74%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#863779 (or 0x863779) is known color: Dark Purple. HEX triplet: 86, 37 and 79. RGB value is (134,55,121). Sum of RGB (Red+Green+Blue) = 134+55+121=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #863779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863779 is #79C886. Grayscale: #555555. Windows color (decimal): -7981191 or 7944070. OLE color: 7944070.

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

Color convert

RGB 134 55 121 -
CMYK 0 0.59 0.10 0.47
HSL 309.87º 0.42% 0.37% -
HSV(B) 309.87º 0.59% 0.53% -
XYZ 14.65 9.18 19.09 -
YUV 86.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 134 55 121 0 0.59 0.10 0.47 309.87 0.42 0.37
Hex 86 37 79 0 3B A 2F 136 2A 25
Octal 206 67 171 0 73 12 57 466 52 45
Binary 10000110 110111 1111001 0 111011 1010 101111 100110110 101010 100101

Color Harmonies of #863779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863779

Black with #863779

Text Example


Text Example

White with #863779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863779; }

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

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

background-color css

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

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

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

border-color css

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

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

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