Html Css Color HEX #863579 Dark Purple

📋 copy color: '#863579'

red 134 ◦ green 53 ◦ blue 121

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

Shades of Dark Purple #863579

Tints of Dark Purple #863579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

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

R = 43.51%
G = 17.21%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#863579 (or 0x863579) is known color: Dark Purple. HEX triplet: 86, 35 and 79. RGB value is (134,53,121). Sum of RGB (Red+Green+Blue) = 134+53+121=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #863579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863579 is #79CA86. Grayscale: #545454. Windows color (decimal): -7981703 or 7943558. OLE color: 7943558.

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

Color convert

RGB 134 53 121 -
CMYK 0 0.60 0.10 0.47
HSL 309.63º 0.43% 0.37% -
HSV(B) 309.63º 0.6% 0.53% -
XYZ 14.56 9 19.06 -
YUV 84.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 134 53 121 0 0.60 0.10 0.47 309.63 0.43 0.37
Hex 86 35 79 0 3C A 2F 136 2B 25
Octal 206 65 171 0 74 12 57 466 53 45
Binary 10000110 110101 1111001 0 111100 1010 101111 100110110 101011 100101

Color Harmonies of #863579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863579

Black with #863579

Text Example


Text Example

White with #863579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863579; }

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

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

background-color css

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

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

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

border-color css

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

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

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