Html Css Color HEX #862071 Dark Purple

📋 copy color: '#862071'

red 134 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #862071

Tints of Dark Purple #862071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 48.03%
G = 11.47%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#862071 (or 0x862071) is known color: Dark Purple. HEX triplet: 86, 20 and 71. RGB value is (134,32,113). Sum of RGB (Red+Green+Blue) = 134+32+113=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #862071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862071 is #79DF8E. Grayscale: #474747. Windows color (decimal): -7987087 or 7413894. OLE color: 7413894.

HSL color Cylindrical-coordinate representation of color #862071: hue angle of 312.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862071 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 113 -
CMYK 0 0.76 0.16 0.47
HSL 312.35º 0.61% 0.33% -
HSV(B) 312.35º 0.76% 0.53% -
XYZ 13.33 7.29 16.33 -
YUV 71.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 134 32 113 0 0.76 0.16 0.47 312.35 0.61 0.33
Hex 86 20 71 0 4C 10 2F 138 3D 21
Octal 206 40 161 0 114 20 57 470 75 41
Binary 10000110 100000 1110001 0 1001100 10000 101111 100111000 111101 100001

Color Harmonies of #862071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862071

Black with #862071

Text Example


Text Example

White with #862071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862071; }

 p { color: rgb(134,32,113); }

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

background-color css

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

 a { background-color: rgb(134,32,113); }

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

border-color css

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

 span { border-color: rgb(134,32,113); }

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