Html Css Color HEX #863B72 Dark Purple

📋 copy color: '#863B72'

red 134 ◦ green 59 ◦ blue 114

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

Shades of Dark Purple #863B72

Tints of Dark Purple #863B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 43.65%
G = 19.22%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#863B72 (or 0x863B72) is known color: Dark Purple. HEX triplet: 86, 3B and 72. RGB value is (134,59,114). Sum of RGB (Red+Green+Blue) = 134+59+114=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #863B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B72 is #79C48D. Grayscale: #575757. Windows color (decimal): -7980174 or 7486342. OLE color: 7486342.

HSL color Cylindrical-coordinate representation of color #863B72: hue angle of 316º 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 #863B72 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 59 114 -
CMYK 0 0.56 0.15 0.47
HSL 316º 0.39% 0.38% -
HSV(B) 316º 0.56% 0.53% -
XYZ 14.43 9.41 16.98 -
YUV 87.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 134 59 114 0 0.56 0.15 0.47 316 0.39 0.38
Hex 86 3B 72 0 38 F 2F 13C 27 26
Octal 206 73 162 0 70 17 57 474 47 46
Binary 10000110 111011 1110010 0 111000 1111 101111 100111100 100111 100110

Color Harmonies of #863B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B72

Black with #863B72

Text Example


Text Example

White with #863B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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