Html Css Color HEX #861376 Dark Purple

📋 copy color: '#861376'

red 134 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #861376

Tints of Dark Purple #861376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 49.45%
G = 7.01%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#861376 (or 0x861376) is known color: Dark Purple. HEX triplet: 86, 13 and 76. RGB value is (134,19,118). Sum of RGB (Red+Green+Blue) = 134+19+118=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #861376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861376 is #79EC89. Grayscale: #404040. Windows color (decimal): -7990410 or 7738246. OLE color: 7738246.

HSL color Cylindrical-coordinate representation of color #861376: hue angle of 308.35º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861376 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 118 -
CMYK 0 0.86 0.12 0.47
HSL 308.35º 0.75% 0.3% -
HSV(B) 308.35º 0.86% 0.53% -
XYZ 13.33 6.84 17.76 -
YUV 64.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 134 19 118 0 0.86 0.12 0.47 308.35 0.75 0.3
Hex 86 13 76 0 56 C 2F 134 4B 1E
Octal 206 23 166 0 126 14 57 464 113 36
Binary 10000110 10011 1110110 0 1010110 1100 101111 100110100 1001011 11110

Color Harmonies of #861376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861376

Black with #861376

Text Example


Text Example

White with #861376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861376; }

 p { color: rgb(134,19,118); }

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

background-color css

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

 a { background-color: rgb(134,19,118); }

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

border-color css

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

 span { border-color: rgb(134,19,118); }

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