Html Css Color HEX #863F79 Dark Purple

📋 copy color: '#863F79'

red 134 ◦ green 63 ◦ blue 121

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

Shades of Dark Purple #863F79

Tints of Dark Purple #863F79

RGB

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

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

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

R = 42.14%
G = 19.81%
B = 38.05%

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

#863F79 (or 0x863F79) is known color: Dark Purple. HEX triplet: 86, 3F and 79. RGB value is (134,63,121). Sum of RGB (Red+Green+Blue) = 134+63+121=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #863F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F79 is #79C086. Grayscale: #5A5A5A. Windows color (decimal): -7979143 or 7946118. OLE color: 7946118.

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

Color convert

RGB 134 63 121 -
CMYK 0 0.53 0.10 0.47
HSL 310.99º 0.36% 0.39% -
HSV(B) 310.99º 0.53% 0.53% -
XYZ 15.06 10 19.23 -
YUV 90.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 134 63 121 0 0.53 0.10 0.47 310.99 0.36 0.39
Hex 86 3F 79 0 35 A 2F 137 24 27
Octal 206 77 171 0 65 12 57 467 44 47
Binary 10000110 111111 1111001 0 110101 1010 101111 100110111 100100 100111

Color Harmonies of #863F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F79

Black with #863F79

Text Example


Text Example

White with #863F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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