Html Css Color HEX #863B74 Dark Purple

📋 copy color: '#863B74'

red 134 ◦ green 59 ◦ blue 116

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

Shades of Dark Purple #863B74

Tints of Dark Purple #863B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 43.37%
G = 19.09%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#863B74 (or 0x863B74) is known color: Dark Purple. HEX triplet: 86, 3B and 74. RGB value is (134,59,116). Sum of RGB (Red+Green+Blue) = 134+59+116=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #863B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B74 is #79C48B. Grayscale: #575757. Windows color (decimal): -7980172 or 7617414. OLE color: 7617414.

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

Color convert

RGB 134 59 116 -
CMYK 0 0.56 0.13 0.47
HSL 314.4º 0.39% 0.38% -
HSV(B) 314.4º 0.56% 0.53% -
XYZ 14.55 9.46 17.58 -
YUV 87.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 134 59 116 0 0.56 0.13 0.47 314.4 0.39 0.38
Hex 86 3B 74 0 38 D 2F 13A 27 26
Octal 206 73 164 0 70 15 57 472 47 46
Binary 10000110 111011 1110100 0 111000 1101 101111 100111010 100111 100110

Color Harmonies of #863B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B74

Black with #863B74

Text Example


Text Example

White with #863B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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