Html Css Color HEX #863371 Dark Purple

📋 copy color: '#863371'

red 134 ◦ green 51 ◦ blue 113

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

Shades of Dark Purple #863371

Tints of Dark Purple #863371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 44.97%
G = 17.11%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#863371 (or 0x863371) is known color: Dark Purple. HEX triplet: 86, 33 and 71. RGB value is (134,51,113). Sum of RGB (Red+Green+Blue) = 134+51+113=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #863371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863371 is #79CC8E. Grayscale: #525252. Windows color (decimal): -7982223 or 7418758. OLE color: 7418758.

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

Color convert

RGB 134 51 113 -
CMYK 0 0.62 0.16 0.47
HSL 315.18º 0.45% 0.36% -
HSV(B) 315.18º 0.62% 0.53% -
XYZ 14 8.63 16.55 -
YUV 82.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 134 51 113 0 0.62 0.16 0.47 315.18 0.45 0.36
Hex 86 33 71 0 3E 10 2F 13B 2D 24
Octal 206 63 161 0 76 20 57 473 55 44
Binary 10000110 110011 1110001 0 111110 10000 101111 100111011 101101 100100

Color Harmonies of #863371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863371

Black with #863371

Text Example


Text Example

White with #863371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863371; }

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

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

background-color css

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

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

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

border-color css

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

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

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