Html Css Color HEX #861370 Dark Purple

📋 copy color: '#861370'

red 134 ◦ green 19 ◦ blue 112

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

Shades of Dark Purple #861370

Tints of Dark Purple #861370

RGB

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

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

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

R = 50.57%
G = 7.17%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#861370 (or 0x861370) is known color: Dark Purple. HEX triplet: 86, 13 and 70. RGB value is (134,19,112). Sum of RGB (Red+Green+Blue) = 134+19+112=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #861370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861370 is #79EC8F. Grayscale: #3F3F3F. Windows color (decimal): -7990416 or 7345030. OLE color: 7345030.

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

Color convert

RGB 134 19 112 -
CMYK 0 0.86 0.16 0.47
HSL 311.48º 0.75% 0.3% -
HSV(B) 311.48º 0.86% 0.53% -
XYZ 12.99 6.7 15.94 -
YUV 63.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 134 19 112 0 0.86 0.16 0.47 311.48 0.75 0.3
Hex 86 13 70 0 56 10 2F 137 4B 1E
Octal 206 23 160 0 126 20 57 467 113 36
Binary 10000110 10011 1110000 0 1010110 10000 101111 100110111 1001011 11110

Color Harmonies of #861370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861370

Black with #861370

Text Example


Text Example

White with #861370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861370; }

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

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

background-color css

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

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

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

border-color css

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

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

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