Html Css Color HEX #861779 Dark Purple

📋 copy color: '#861779'

red 134 ◦ green 23 ◦ blue 121

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

Shades of Dark Purple #861779

Tints of Dark Purple #861779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 48.2%
G = 8.27%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#861779 (or 0x861779) is known color: Dark Purple. HEX triplet: 86, 17 and 79. RGB value is (134,23,121). Sum of RGB (Red+Green+Blue) = 134+23+121=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #861779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861779 is #79E886. Grayscale: #434343. Windows color (decimal): -7989383 or 7935878. OLE color: 7935878.

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

Color convert

RGB 134 23 121 -
CMYK 0 0.83 0.10 0.47
HSL 307.03º 0.71% 0.31% -
HSV(B) 307.03º 0.83% 0.53% -
XYZ 13.59 7.06 18.74 -
YUV 67.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 134 23 121 0 0.83 0.10 0.47 307.03 0.71 0.31
Hex 86 17 79 0 53 A 2F 133 47 1F
Octal 206 27 171 0 123 12 57 463 107 37
Binary 10000110 10111 1111001 0 1010011 1010 101111 100110011 1000111 11111

Color Harmonies of #861779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861779

Black with #861779

Text Example


Text Example

White with #861779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861779; }

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

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

background-color css

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

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

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

border-color css

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

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

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