Html Css Color HEX #863B73 Dark Purple

📋 copy color: '#863B73'

red 134 ◦ green 59 ◦ blue 115

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

Shades of Dark Purple #863B73

Tints of Dark Purple #863B73

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.16%

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

R = 43.51%
G = 19.16%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#863B73 (or 0x863B73) is known color: Dark Purple. HEX triplet: 86, 3B and 73. RGB value is (134,59,115). Sum of RGB (Red+Green+Blue) = 134+59+115=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #863B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B73 is #79C48C. Grayscale: #575757. Windows color (decimal): -7980173 or 7551878. OLE color: 7551878.

HSL color Cylindrical-coordinate representation of color #863B73: hue angle of 315.2º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863B73 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 59 115 -
CMYK 0 0.56 0.14 0.47
HSL 315.2º 0.39% 0.38% -
HSV(B) 315.2º 0.56% 0.53% -
XYZ 14.49 9.43 17.28 -
YUV 87.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 134 59 115 0 0.56 0.14 0.47 315.2 0.39 0.38
Hex 86 3B 73 0 38 E 2F 13B 27 26
Octal 206 73 163 0 70 16 57 473 47 46
Binary 10000110 111011 1110011 0 111000 1110 101111 100111011 100111 100110

Color Harmonies of #863B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B73

Black with #863B73

Text Example


Text Example

White with #863B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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