Html Css Color HEX #861573 Dark Purple

📋 copy color: '#861573'

red 134 ◦ green 21 ◦ blue 115

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

Shades of Dark Purple #861573

Tints of Dark Purple #861573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 49.63%
G = 7.78%
B = 42.59%

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

#861573 (or 0x861573) is known color: Dark Purple. HEX triplet: 86, 15 and 73. RGB value is (134,21,115). Sum of RGB (Red+Green+Blue) = 134+21+115=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #861573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861573 is #79EA8C. Grayscale: #414141. Windows color (decimal): -7989901 or 7542150. OLE color: 7542150.

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

Color convert

RGB 134 21 115 -
CMYK 0 0.84 0.14 0.47
HSL 310.09º 0.73% 0.3% -
HSV(B) 310.09º 0.84% 0.53% -
XYZ 13.19 6.84 16.84 -
YUV 65.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 134 21 115 0 0.84 0.14 0.47 310.09 0.73 0.3
Hex 86 15 73 0 54 E 2F 136 49 1E
Octal 206 25 163 0 124 16 57 466 111 36
Binary 10000110 10101 1110011 0 1010100 1110 101111 100110110 1001001 11110

Color Harmonies of #861573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861573

Black with #861573

Text Example


Text Example

White with #861573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861573; }

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

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

background-color css

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

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

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

border-color css

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

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

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