Html Css Color HEX #863878 Dark Purple

📋 copy color: '#863878'

red 134 ◦ green 56 ◦ blue 120

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

Shades of Dark Purple #863878

Tints of Dark Purple #863878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 43.23%
G = 18.06%
B = 38.71%

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

#863878 (or 0x863878) is known color: Dark Purple. HEX triplet: 86, 38 and 78. RGB value is (134,56,120). Sum of RGB (Red+Green+Blue) = 134+56+120=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #863878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863878 is #79C787. Grayscale: #565656. Windows color (decimal): -7980936 or 7878790. OLE color: 7878790.

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

Color convert

RGB 134 56 120 -
CMYK 0 0.58 0.10 0.47
HSL 310.77º 0.41% 0.37% -
HSV(B) 310.77º 0.58% 0.53% -
XYZ 14.64 9.25 18.78 -
YUV 86.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 134 56 120 0 0.58 0.10 0.47 310.77 0.41 0.37
Hex 86 38 78 0 3A A 2F 137 29 25
Octal 206 70 170 0 72 12 57 467 51 45
Binary 10000110 111000 1111000 0 111010 1010 101111 100110111 101001 100101

Color Harmonies of #863878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863878

Black with #863878

Text Example


Text Example

White with #863878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863878; }

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

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

background-color css

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

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

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

border-color css

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

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

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