Html Css Color HEX #863A79 Dark Purple

📋 copy color: '#863A79'

red 134 ◦ green 58 ◦ blue 121

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

Shades of Dark Purple #863A79

Tints of Dark Purple #863A79

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.53%

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

R = 42.81%
G = 18.53%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#863A79 (or 0x863A79) is known color: Dark Purple. HEX triplet: 86, 3A and 79. RGB value is (134,58,121). Sum of RGB (Red+Green+Blue) = 134+58+121=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #863A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A79 is #79C586. Grayscale: #575757. Windows color (decimal): -7980423 or 7944838. OLE color: 7944838.

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

Color convert

RGB 134 58 121 -
CMYK 0 0.57 0.10 0.47
HSL 310.26º 0.4% 0.38% -
HSV(B) 310.26º 0.57% 0.53% -
XYZ 14.8 9.47 19.14 -
YUV 87.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 134 58 121 0 0.57 0.10 0.47 310.26 0.4 0.38
Hex 86 3A 79 0 39 A 2F 136 28 26
Octal 206 72 171 0 71 12 57 466 50 46
Binary 10000110 111010 1111001 0 111001 1010 101111 100110110 101000 100110

Color Harmonies of #863A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A79

Black with #863A79

Text Example


Text Example

White with #863A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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