Html Css Color HEX #863C6F Dark Purple

📋 copy color: '#863C6F'

red 134 ◦ green 60 ◦ blue 111

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

Shades of Dark Purple #863C6F

Tints of Dark Purple #863C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 43.93%
G = 19.67%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#863C6F (or 0x863C6F) is known color: Dark Purple. HEX triplet: 86, 3C and 6F. RGB value is (134,60,111). Sum of RGB (Red+Green+Blue) = 134+60+111=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #863C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C6F is #79C390. Grayscale: #575757. Windows color (decimal): -7979921 or 7289990. OLE color: 7289990.

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

Color convert

RGB 134 60 111 -
CMYK 0 0.55 0.17 0.47
HSL 318.65º 0.38% 0.38% -
HSV(B) 318.65º 0.55% 0.53% -
XYZ 14.32 9.45 16.11 -
YUV 87.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 134 60 111 0 0.55 0.17 0.47 318.65 0.38 0.38
Hex 86 3C 6F 0 37 11 2F 13F 26 26
Octal 206 74 157 0 67 21 57 477 46 46
Binary 10000110 111100 1101111 0 110111 10001 101111 100111111 100110 100110

Color Harmonies of #863C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C6F

Black with #863C6F

Text Example


Text Example

White with #863C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,60,111); }

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

background-color css

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

 a { background-color: rgb(134,60,111); }

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

border-color css

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

 span { border-color: rgb(134,60,111); }

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