Html Css Color HEX #861B70 Dark Purple

📋 copy color: '#861B70'

red 134 ◦ green 27 ◦ blue 112

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

Shades of Dark Purple #861B70

Tints of Dark Purple #861B70

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 49.08%
G = 9.89%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#861B70 (or 0x861B70) is known color: Dark Purple. HEX triplet: 86, 1B and 70. RGB value is (134,27,112). Sum of RGB (Red+Green+Blue) = 134+27+112=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #861B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861B70 is #79E48F. Grayscale: #444444. Windows color (decimal): -7988368 or 7347078. OLE color: 7347078.

HSL color Cylindrical-coordinate representation of color #861B70: hue angle of 312.34º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B70 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 27 112 -
CMYK 0 0.80 0.16 0.47
HSL 312.34º 0.66% 0.32% -
HSV(B) 312.34º 0.8% 0.53% -
XYZ 13.15 7.02 15.99 -
YUV 68.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 134 27 112 0 0.80 0.16 0.47 312.34 0.66 0.32
Hex 86 1B 70 0 50 10 2F 138 42 20
Octal 206 33 160 0 120 20 57 470 102 40
Binary 10000110 11011 1110000 0 1010000 10000 101111 100111000 1000010 100000

Color Harmonies of #861B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861B70

Black with #861B70

Text Example


Text Example

White with #861B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861B70; }

 p { color: rgb(134,27,112); }

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

background-color css

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

 a { background-color: rgb(134,27,112); }

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

border-color css

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

 span { border-color: rgb(134,27,112); }

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