Html Css Color HEX #861678 Dark Purple

📋 copy color: '#861678'

red 134 ◦ green 22 ◦ blue 120

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

Shades of Dark Purple #861678

Tints of Dark Purple #861678

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 48.55%
G = 7.97%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#861678 (or 0x861678) is known color: Dark Purple. HEX triplet: 86, 16 and 78. RGB value is (134,22,120). Sum of RGB (Red+Green+Blue) = 134+22+120=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #861678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861678 is #79E987. Grayscale: #424242. Windows color (decimal): -7989640 or 7870086. OLE color: 7870086.

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

Color convert

RGB 134 22 120 -
CMYK 0 0.84 0.10 0.47
HSL 307.5º 0.72% 0.31% -
HSV(B) 307.5º 0.84% 0.53% -
XYZ 13.51 7 18.41 -
YUV 66.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 134 22 120 0 0.84 0.10 0.47 307.5 0.72 0.31
Hex 86 16 78 0 54 A 2F 134 48 1F
Octal 206 26 170 0 124 12 57 464 110 37
Binary 10000110 10110 1111000 0 1010100 1010 101111 100110100 1001000 11111

Color Harmonies of #861678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861678

Black with #861678

Text Example


Text Example

White with #861678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861678; }

 p { color: rgb(134,22,120); }

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

background-color css

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

 a { background-color: rgb(134,22,120); }

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

border-color css

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

 span { border-color: rgb(134,22,120); }

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