Html Css Color HEX #862379 Dark Purple

📋 copy color: '#862379'

red 134 ◦ green 35 ◦ blue 121

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

Shades of Dark Purple #862379

Tints of Dark Purple #862379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 46.21%
G = 12.07%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#862379 (or 0x862379) is known color: Dark Purple. HEX triplet: 86, 23 and 79. RGB value is (134,35,121). Sum of RGB (Red+Green+Blue) = 134+35+121=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #862379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862379 is #79DC86. Grayscale: #4A4A4A. Windows color (decimal): -7986311 or 7938950. OLE color: 7938950.

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

Color convert

RGB 134 35 121 -
CMYK 0 0.74 0.10 0.47
HSL 307.88º 0.59% 0.33% -
HSV(B) 307.88º 0.74% 0.53% -
XYZ 13.88 7.65 18.83 -
YUV 74.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 134 35 121 0 0.74 0.10 0.47 307.88 0.59 0.33
Hex 86 23 79 0 4A A 2F 134 3B 21
Octal 206 43 171 0 112 12 57 464 73 41
Binary 10000110 100011 1111001 0 1001010 1010 101111 100110100 111011 100001

Color Harmonies of #862379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862379

Black with #862379

Text Example


Text Example

White with #862379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862379; }

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

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

background-color css

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

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

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

border-color css

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

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

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