Html Css Color HEX #863879 Dark Purple

📋 copy color: '#863879'

red 134 ◦ green 56 ◦ blue 121

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

Shades of Dark Purple #863879

Tints of Dark Purple #863879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.01%

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

R = 43.09%
G = 18.01%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#863879 (or 0x863879) is known color: Dark Purple. HEX triplet: 86, 38 and 79. RGB value is (134,56,121). Sum of RGB (Red+Green+Blue) = 134+56+121=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #863879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863879 is #79C786. Grayscale: #565656. Windows color (decimal): -7980935 or 7944326. OLE color: 7944326.

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

Color convert

RGB 134 56 121 -
CMYK 0 0.58 0.10 0.47
HSL 310º 0.41% 0.37% -
HSV(B) 310º 0.58% 0.53% -
XYZ 14.7 9.28 19.11 -
YUV 86.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 134 56 121 0 0.58 0.10 0.47 310 0.41 0.37
Hex 86 38 79 0 3A A 2F 136 29 25
Octal 206 70 171 0 72 12 57 466 51 45
Binary 10000110 111000 1111001 0 111010 1010 101111 100110110 101001 100101

Color Harmonies of #863879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863879

Black with #863879

Text Example


Text Example

White with #863879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863879; }

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

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

background-color css

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

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

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

border-color css

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

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

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