Html Css Color HEX #863571 Dark Purple

📋 copy color: '#863571'

red 134 ◦ green 53 ◦ blue 113

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

Shades of Dark Purple #863571

Tints of Dark Purple #863571

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.67%

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

R = 44.67%
G = 17.67%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#863571 (or 0x863571) is known color: Dark Purple. HEX triplet: 86, 35 and 71. RGB value is (134,53,113). Sum of RGB (Red+Green+Blue) = 134+53+113=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #863571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863571 is #79CA8E. Grayscale: #535353. Windows color (decimal): -7981711 or 7419270. OLE color: 7419270.

HSL color Cylindrical-coordinate representation of color #863571: hue angle of 315.56º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863571 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 113 -
CMYK 0 0.60 0.16 0.47
HSL 315.56º 0.43% 0.37% -
HSV(B) 315.56º 0.6% 0.53% -
XYZ 14.09 8.81 16.58 -
YUV 84.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 134 53 113 0 0.60 0.16 0.47 315.56 0.43 0.37
Hex 86 35 71 0 3C 10 2F 13C 2B 25
Octal 206 65 161 0 74 20 57 474 53 45
Binary 10000110 110101 1110001 0 111100 10000 101111 100111100 101011 100101

Color Harmonies of #863571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863571

Black with #863571

Text Example


Text Example

White with #863571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863571; }

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

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

background-color css

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

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

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

border-color css

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

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

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