Html Css Color HEX #863F78 Dark Purple

📋 copy color: '#863F78'

red 134 ◦ green 63 ◦ blue 120

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

Shades of Dark Purple #863F78

Tints of Dark Purple #863F78

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

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

R = 42.27%
G = 19.87%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#863F78 (or 0x863F78) is known color: Dark Purple. HEX triplet: 86, 3F and 78. RGB value is (134,63,120). Sum of RGB (Red+Green+Blue) = 134+63+120=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #863F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F78 is #79C087. Grayscale: #5A5A5A. Windows color (decimal): -7979144 or 7880582. OLE color: 7880582.

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

Color convert

RGB 134 63 120 -
CMYK 0 0.53 0.10 0.47
HSL 311.83º 0.36% 0.39% -
HSV(B) 311.83º 0.53% 0.53% -
XYZ 15 9.98 18.9 -
YUV 90.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 134 63 120 0 0.53 0.10 0.47 311.83 0.36 0.39
Hex 86 3F 78 0 35 A 2F 138 24 27
Octal 206 77 170 0 65 12 57 470 44 47
Binary 10000110 111111 1111000 0 110101 1010 101111 100111000 100100 100111

Color Harmonies of #863F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F78

Black with #863F78

Text Example


Text Example

White with #863F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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