Html Css Color HEX #861672 Dark Purple

📋 copy color: '#861672'

red 134 ◦ green 22 ◦ blue 114

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

Shades of Dark Purple #861672

Tints of Dark Purple #861672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 49.63%
G = 8.15%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#861672 (or 0x861672) is known color: Dark Purple. HEX triplet: 86, 16 and 72. RGB value is (134,22,114). Sum of RGB (Red+Green+Blue) = 134+22+114=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #861672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861672 is #79E98D. Grayscale: #414141. Windows color (decimal): -7989646 or 7476870. OLE color: 7476870.

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

Color convert

RGB 134 22 114 -
CMYK 0 0.84 0.15 0.47
HSL 310.71º 0.72% 0.31% -
HSV(B) 310.71º 0.84% 0.53% -
XYZ 13.16 6.86 16.55 -
YUV 65.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 134 22 114 0 0.84 0.15 0.47 310.71 0.72 0.31
Hex 86 16 72 0 54 F 2F 137 48 1F
Octal 206 26 162 0 124 17 57 467 110 37
Binary 10000110 10110 1110010 0 1010100 1111 101111 100110111 1001000 11111

Color Harmonies of #861672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861672

Black with #861672

Text Example


Text Example

White with #861672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861672; }

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

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

background-color css

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

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

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

border-color css

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

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

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