Html Css Color HEX #861673 Dark Purple

📋 copy color: '#861673'

red 134 ◦ green 22 ◦ blue 115

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

Shades of Dark Purple #861673

Tints of Dark Purple #861673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 49.45%
G = 8.12%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#861673 (or 0x861673) is known color: Dark Purple. HEX triplet: 86, 16 and 73. RGB value is (134,22,115). Sum of RGB (Red+Green+Blue) = 134+22+115=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #861673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861673 is #79E98C. Grayscale: #414141. Windows color (decimal): -7989645 or 7542406. OLE color: 7542406.

HSL color Cylindrical-coordinate representation of color #861673: hue angle of 310.18º 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 #861673 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 22 115 -
CMYK 0 0.84 0.14 0.47
HSL 310.18º 0.72% 0.31% -
HSV(B) 310.18º 0.84% 0.53% -
XYZ 13.21 6.88 16.85 -
YUV 66.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 134 22 115 0 0.84 0.14 0.47 310.18 0.72 0.31
Hex 86 16 73 0 54 E 2F 136 48 1F
Octal 206 26 163 0 124 16 57 466 110 37
Binary 10000110 10110 1110011 0 1010100 1110 101111 100110110 1001000 11111

Color Harmonies of #861673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861673

Black with #861673

Text Example


Text Example

White with #861673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861673; }

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

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

background-color css

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

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

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

border-color css

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

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

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